Click or drag to resize

IEditSessionChangeOrderCookingItemSize Method

Changes the product size of the order item.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeOrderCookingItemSize(
	IProductSize size,
	IOrderCookingItem cookingItem,
	IOrderStub order
)

Parameters

size  IProductSize
Size of the order item.
cookingItem  IOrderCookingItem
Order item which course will be changed.
order  IOrderStub
Order which contains the product.
See Also