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