Click or drag to resize

KitchenOrderCompoundItemComponentDto(Guid, IProduct, Guid, Decimal, IReadOnlyCollectionKitchenOrderModifierItemDto) Constructor

Initializes a new instance of the KitchenOrderCompoundItemComponentDto class

Namespace: Resto.Front.Api.Data.Kitchen
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public KitchenOrderCompoundItemComponentDto(
	Guid baseCompoundItemComponentId,
	IProduct product,
	Guid itemSaleEventId,
	decimal amount,
	IReadOnlyCollection<KitchenOrderModifierItemDto> modifiers
)

Parameters

baseCompoundItemComponentId  Guid
 
product  IProduct
 
itemSaleEventId  Guid
 
amount  Decimal
 
modifiers  IReadOnlyCollectionKitchenOrderModifierItemDto
 
See Also