Click or drag to resize

IEditSession.ChangeOrderCookingItemSize Method

Changes the product size of the order item.

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

Parameters

size
Type: Resto.Front.Api.Data.Assortment.IProductSize
Size of the order item.
cookingItem
Type: Resto.Front.Api.Data.Orders.IOrderCookingItem
Order item which course will be changed.
order
Type: Resto.Front.Api.Editors.Stubs.IOrderStub
Order which contains the product.
See Also