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.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void MoveOrderItemToAnotherGuest(
	IOrderRootItemStub product,
	IOrderGuestItemStub destinationGuest,
	IOrderStub order
)

Parameters

product  IOrderRootItemStub
Product item to be moved.
destinationGuest  IOrderGuestItemStub
Guest the product item will be assigned to.
order  IOrderStub
Order which contains the product.
See Also