Click or drag to resize

KitchenOrderCompoundItemDto Constructor (Guid, Guid, Guid, NullableTimeSpan, DateTime, Int32, Int32, String, KitchenOrderItemCommentDto, NullableGuid, Guid, IReadOnlyCollectionKitchenOrderModifierItemDto, KitchenOrderCompoundItemComponentDto, KitchenOrderCompoundItemComponentDto)

Initializes a new instance of the KitchenOrderCompoundItemDto class

Namespace:  Resto.Front.Api.Data.Kitchen
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public KitchenOrderCompoundItemDto(
	Guid baseOrderItemId,
	Guid cookingPlaceId,
	Guid cookingPlaceTypeId,
	TimeSpan? cookingTime,
	DateTime printTime,
	int serveGroupNumber,
	int orderRank,
	string guestName,
	KitchenOrderItemCommentDto comment,
	Guid? productSizeId,
	Guid modifierSchemaId,
	IReadOnlyCollection<KitchenOrderModifierItemDto> commonModifiers,
	KitchenOrderCompoundItemComponentDto primaryComponent,
	KitchenOrderCompoundItemComponentDto secondaryComponent
)

Parameters

baseOrderItemId
Type: SystemGuid
cookingPlaceId
Type: SystemGuid
cookingPlaceTypeId
Type: SystemGuid
cookingTime
Type: SystemNullableTimeSpan
printTime
Type: SystemDateTime
serveGroupNumber
Type: SystemInt32
orderRank
Type: SystemInt32
guestName
Type: SystemString
comment
Type: Resto.Front.Api.Data.KitchenKitchenOrderItemCommentDto
productSizeId
Type: SystemNullableGuid
modifierSchemaId
Type: SystemGuid
commonModifiers
Type: System.Collections.GenericIReadOnlyCollectionKitchenOrderModifierItemDto
primaryComponent
Type: Resto.Front.Api.Data.KitchenKitchenOrderCompoundItemComponentDto
secondaryComponent
Type: Resto.Front.Api.Data.KitchenKitchenOrderCompoundItemComponentDto
See Also