Click or drag to resize

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

Initializes a new instance of the KitchenOrderCompoundItemDto class

Namespace: Resto.Front.Api.Data.Kitchen
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.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  Guid
 
cookingPlace  IRestaurantSection
 
cookingPlaceType  ICookingPlaceType
 
cookingTime  NullableTimeSpan
 
printTime  DateTime
 
serveGroupNumber  Int32
 
orderRank  Int32
 
guestName  String
 
comment  KitchenOrderItemCommentDto
 
productSize  IProductSize
 
compoundItemTemplate  ICompoundItemTemplate
 
commonModifiers  IReadOnlyCollectionKitchenOrderModifierItemDto
 
primaryComponent  KitchenOrderCompoundItemComponentDto
 
secondaryComponent  KitchenOrderCompoundItemComponentDto
 
See Also