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.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid GroupOrderCookingItems(
IReadOnlyList<IOrderCookingItemStub> cookingItems,
IOrderStub order
)
Parameters
- cookingItems IReadOnlyListIOrderCookingItemStub
- Order item products to be cooked together.
- order IOrderStub
- Order which products will be combined into mix group.
See Also