Click or drag to resize

IEditSessionServeOrderCookingItem Method

Mark order item product as served.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void ServeOrderCookingItem(
	IOrderCookingItemStub cookingItem,
	IOrderStub order
)

Parameters

cookingItem  IOrderCookingItemStub
Order item product to mark as served. This item should be printed, but not served yet.
order  IOrderStub
Order which product will be served.
See Also