Click or drag to resize

IEditSessionChangeOrderItemWaiter Method

Changes product order item's waiter.

Namespace:  Resto.Front.Api.V5.Editors
Assembly:  Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax
C#
void ChangeOrderItemWaiter(
	IUser waiter,
	IOrderStub order,
	IOrderRootItemStub orderItem
)

Parameters

waiter
Type: Resto.Front.Api.V5.Data.SecurityIUser
Waiter.
order
Type: Resto.Front.Api.V5.Editors.StubsIOrderStub
Order that contains product order item which waiter will be changed.
orderItem
Type: Resto.Front.Api.V5.Editors.StubsIOrderRootItemStub
Product order item which waiterId will be changed. Product order item should not been printed.
See Also