Click or drag to resize

IEditSession.DeleteOrderModifierItem Method (IOrderStub, IOrderCompoundItemStub, IOrderModifierItem)

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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void DeleteOrderModifierItem(
	IOrderStub order,
	IOrderCompoundItemStub orderItem,
	IOrderModifierItem modifier
)

Parameters

order
Type: Resto.Front.Api.Editors.Stubs.IOrderStub
Order that contains the item to be removed. Item must not be printed.
orderItem
Type: Resto.Front.Api.Editors.Stubs.IOrderCompoundItemStub
Order item that contains the modifier to be removed.
modifier
Type: Resto.Front.Api.Data.Orders.IOrderModifierItem
Modifier to be removed.
See Also