Click or drag to resize

IEditSessionDeleteOrderItemComment Method

Deletes product order item's comment.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void DeleteOrderItemComment(
	IOrderStub order,
	IOrderCookingItemStub cookingItem
)

Parameters

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