Click or drag to resize

IEditSessionChangeOrderItemWaiter Method

Changes product order item's waiter.

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

Parameters

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