Click or drag to resize

IEditSessionChangeOrderItemComment Method

Changes product order item's comment.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeOrderItemComment(
	string comment,
	IOrderStub order,
	IOrderCookingItemStub cookingItem
)

Parameters

comment
Type: SystemString
New comment for product order item.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains product order item which comment will be changed.
cookingItem
Type: Resto.Front.Api.Editors.StubsIOrderCookingItemStub
Product order item which comment will be changed. Product order item should not been printed.
See Also