IEditSessionChangeOrderCookingItemSize Method |
Changes the product size of the order item.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid 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