Click or drag to resize

KitchenOrderModifierItemDto(Guid, IRestaurantSection, ICookingPlaceType, NullableTimeSpan, Boolean, TupleInt32, Int32, Boolean, Boolean, IProduct, Guid, Guid, Decimal) Constructor

Initializes a new instance of the KitchenOrderModifierItemDto class

Namespace: Resto.Front.Api.Data.Kitchen
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public KitchenOrderModifierItemDto(
	Guid baseOrderItemId,
	IRestaurantSection cookingPlace,
	ICookingPlaceType cookingPlaceType,
	TimeSpan? cookingTime,
	bool isSeparate,
	Tuple<int, int> orderRank,
	bool amountIndependentOfParentAmount,
	bool isHidden,
	IProduct product,
	Guid itemSaleEventId,
	Guid itemCookingEventId,
	decimal amount
)

Parameters

baseOrderItemId  Guid
 
cookingPlace  IRestaurantSection
 
cookingPlaceType  ICookingPlaceType
 
cookingTime  NullableTimeSpan
 
isSeparate  Boolean
 
orderRank  TupleInt32, Int32
 
amountIndependentOfParentAmount  Boolean
 
isHidden  Boolean
 
product  IProduct
 
itemSaleEventId  Guid
 
itemCookingEventId  Guid
 
amount  Decimal
 
See Also