Click or drag to resize

IEditSessionDeleteOrderModifierItem(IOrderStub, IOrderCompoundItemStub, IOrderModifierItem) Method

Deletes order item modifier from order item that represents the assortment position. User must have rights to edit orders.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void DeleteOrderModifierItem(
	IOrderStub order,
	IOrderCompoundItemStub orderItem,
	IOrderModifierItem modifier
)

Parameters

order  IOrderStub
Order that contains the item to be removed. Item must not be printed.
orderItem  IOrderCompoundItemStub
Order item that contains the modifier to be removed.
modifier  IOrderModifierItem
Modifier to be removed.
See Also