IEditSessionGroupOrderCookingItems Method |
Combines the order item products into mix group so that they will be cooked together. Only consecutive products of the same guest can be combined into mix group.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid GroupOrderCookingItems(
IReadOnlyList<IOrderCookingItemStub> cookingItems,
IOrderStub order
)
Parameters
- cookingItems
- Type: System.Collections.GenericIReadOnlyListIOrderCookingItemStub
Order item products to be cooked together. - order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
Order which products will be combined into mix group.
See Also