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.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void UngroupOrderCookingItems(
	IReadOnlyList<IOrderCookingItemStub> cookingItems,
	IOrderStub order
)

Parameters

cookingItems  IReadOnlyListIOrderCookingItemStub
Order item products to be separated from mix group.
order  IOrderStub
Order which products will be separated from mix group.
See Also