Click or drag to resize

IEditSessionDeleteOrderItemIdentifierCodes Method

Deletes multiple identifier codes from an order item by their unique IDs.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void DeleteOrderItemIdentifierCodes(
	List<Guid> identifierCodeIds,
	IOrderStub order,
	IOrderProductItemStub orderItem
)

Parameters

identifierCodeIds
Type: System.Collections.GenericListGuid
Identifier code IDs to delete.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains the product item.
orderItem
Type: Resto.Front.Api.Editors.StubsIOrderProductItemStub
Order item from which identifier codes will be deleted.
See Also