Click or drag to resize

IEditSessionAddIdentifierCodesToOrderItemUnit Method

Adds identifier codes for one product unit within an order item.

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

Parameters

codes
Type: System.Collections.GenericListOrderItemIdentifierCode
Collection of identifier codes to add.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains the product item.
orderItem
Type: Resto.Front.Api.Editors.StubsIOrderProductItemStub
Order item to which identifier codes will be added.
See Also