Click or drag to resize

KitchenOrderCompoundItemDto Constructor (Guid, IRestaurantSection, ICookingPlaceType, NullableTimeSpan, DateTime, Int32, Int32, String, KitchenOrderItemCommentDto, IProductSize, ICompoundItemTemplate, IReadOnlyCollectionKitchenOrderModifierItemDto, KitchenOrderCompoundItemComponentDto, KitchenOrderCompoundItemComponentDto)

Initializes a new instance of the KitchenOrderCompoundItemDto class

Namespace:  Resto.Front.Api.Data.Kitchen
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public KitchenOrderCompoundItemDto(
	Guid baseOrderItemId,
	IRestaurantSection cookingPlace,
	ICookingPlaceType cookingPlaceType,
	TimeSpan? cookingTime,
	DateTime printTime,
	int serveGroupNumber,
	int orderRank,
	string guestName,
	KitchenOrderItemCommentDto comment,
	IProductSize productSize,
	ICompoundItemTemplate compoundItemTemplate,
	IReadOnlyCollection<KitchenOrderModifierItemDto> commonModifiers,
	KitchenOrderCompoundItemComponentDto primaryComponent,
	KitchenOrderCompoundItemComponentDto secondaryComponent
)

Parameters

baseOrderItemId
Type: SystemGuid
cookingPlace
Type: Resto.Front.Api.Data.Organization.SectionsIRestaurantSection
cookingPlaceType
Type: Resto.Front.Api.Data.OrdersICookingPlaceType
cookingTime
Type: SystemNullableTimeSpan
printTime
Type: SystemDateTime
serveGroupNumber
Type: SystemInt32
orderRank
Type: SystemInt32
guestName
Type: SystemString
comment
Type: Resto.Front.Api.Data.KitchenKitchenOrderItemCommentDto
productSize
Type: Resto.Front.Api.Data.AssortmentIProductSize
compoundItemTemplate
Type: Resto.Front.Api.Data.AssortmentICompoundItemTemplate
commonModifiers
Type: System.Collections.GenericIReadOnlyCollectionKitchenOrderModifierItemDto
primaryComponent
Type: Resto.Front.Api.Data.KitchenKitchenOrderCompoundItemComponentDto
secondaryComponent
Type: Resto.Front.Api.Data.KitchenKitchenOrderCompoundItemComponentDto
See Also