Click or drag to resize

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

Parameters

order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains the item to be removed. Item must not be printed.
orderItem
Type: Resto.Front.Api.Editors.StubsIOrderCompoundItemComponentStub
Order item that contains the modifier to be removed.
modifier
Type: Resto.Front.Api.Data.OrdersIOrderModifierItem
Modifier to be removed.
See Also