Click or drag to resize

IEditSessionChangeOrderCookingItemSize Method

Changes the product size of the order item.

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

Parameters

size
Type: Resto.Front.Api.Data.AssortmentIProductSize
Size of the order item.
cookingItem
Type: Resto.Front.Api.Data.OrdersIOrderCookingItem
Order item which course will be changed.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order which contains the product.
See Also