KitchenOrderModifierItemDto Constructor (Guid, IRestaurantSection, ICookingPlaceType, NullableTimeSpan, Boolean, TupleInt32, Int32, Boolean, Boolean, IProduct, Guid, Guid, Decimal) |
Namespace:
Resto.Front.Api.Data.Kitchen
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax 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
- Type: SystemGuid
- cookingPlace
- Type: Resto.Front.Api.Data.Organization.SectionsIRestaurantSection
- cookingPlaceType
- Type: Resto.Front.Api.Data.OrdersICookingPlaceType
- cookingTime
- Type: SystemNullableTimeSpan
- isSeparate
- Type: SystemBoolean
- orderRank
- Type: SystemTupleInt32, Int32
- amountIndependentOfParentAmount
- Type: SystemBoolean
- isHidden
- Type: SystemBoolean
- product
- Type: Resto.Front.Api.Data.AssortmentIProduct
- itemSaleEventId
- Type: SystemGuid
- itemCookingEventId
- Type: SystemGuid
- amount
- Type: SystemDecimal
See Also