Click or drag to resize

IEditSessionChangeOrderItemComment Method

Changes product order item's comment.

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

Parameters

comment  String
New comment for product order item.
order  IOrderStub
Order that contains product order item which comment will be changed.
cookingItem  IOrderCookingItemStub
Product order item which comment will be changed. Product order item should not been printed.
See Also