| KitchenOrderCompoundItemDto Constructor (Guid, Guid, Guid, NullableTimeSpan, DateTime, Int32, Int32, String, KitchenOrderItemCommentDto, NullableGuid, Guid, IReadOnlyCollectionKitchenOrderModifierItemDto, KitchenOrderCompoundItemComponentDto, KitchenOrderCompoundItemComponentDto) | 
Namespace: Resto.Front.Api.Data.Kitchen
 Syntax
Syntaxpublic 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 )
 See Also
See Also