IEditSessionChangeOrderItemsCookingPlace Method |
Changes cooking place for order cooking items.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeOrderItemsCookingPlace(
IRestaurantSection newCookingPlace,
IOrderStub order,
IReadOnlyList<IOrderCookingItemStub> cookingItems
)
Parameters
- newCookingPlace IRestaurantSection
- New cooking place for order cooking items.
- order IOrderStub
- Order that contains order cooking items which cooking place will be changed.
- cookingItems IReadOnlyListIOrderCookingItemStub
- Order cooking items which cooking place will be changed. Order cooking items should not been printed.
See Also