IEditSessionUngroupOrderCookingItems Method |
Separates the order item products from mix group so that they will be cooked independently.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid UngroupOrderCookingItems(
IReadOnlyList<IOrderCookingItemStub> cookingItems,
IOrderStub order
)
Parameters
- cookingItems
- Type: System.Collections.GenericIReadOnlyListIOrderCookingItemStub
Order item products to be separated from mix group. - order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
Order which products will be separated from mix group.
See Also