Click or drag to resize

IEditSessionMoveOrderItemToAnotherGuest Method

Moves product item between guests of the same order.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void MoveOrderItemToAnotherGuest(
	IOrderRootItemStub product,
	IOrderGuestItemStub destinationGuest,
	IOrderStub order
)

Parameters

product
Type: Resto.Front.Api.Editors.StubsIOrderRootItemStub
Product item to be moved.
destinationGuest
Type: Resto.Front.Api.Editors.StubsIOrderGuestItemStub
Guest the product item will be assigned to.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order which contains the product.
See Also