Click or drag to resize

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