IEditSessionChangeOrderItemComment Method |
Changes product order item's comment.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid 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