Click or drag to resize

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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void 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