Click or drag to resize

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

Initializes a new instance of the KitchenOrderCompoundItemComponentDto class

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

Parameters

baseCompoundItemComponentId
Type: SystemGuid
product
Type: Resto.Front.Api.Data.AssortmentIProduct
itemSaleEventId
Type: SystemGuid
amount
Type: SystemDecimal
modifiers
Type: System.Collections.GenericIReadOnlyCollectionKitchenOrderModifierItemDto
See Also