Click or drag to resize

KitchenOrderCompoundItemComponentDto Constructor (Guid, Guid, Guid, Decimal, IReadOnlyCollection<KitchenOrderModifierItemDto>)

Initializes a new instance of the KitchenOrderCompoundItemComponentDto class

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

Parameters

baseCompoundItemComponentId
Type: System.Guid
productId
Type: System.Guid
itemSaleEventId
Type: System.Guid
amount
Type: System.Decimal
modifiers
Type: System.Collections.Generic.IReadOnlyCollection<KitchenOrderModifierItemDto>
See Also