Click or drag to resize

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

Parameters

cookingItems
Type: System.Collections.Generic.IReadOnlyList<IOrderCookingItemStub>
Order item products to be cooked together.
order
Type: Resto.Front.Api.Editors.Stubs.IOrderStub
Order which products will be combined into mix group.
See Also