KitchenOrderDto Constructor (Guid, Int32, IOrderType, ITable, IUser, DateTime, Int32, Int32, Int32, Boolean, String, String, String, IReadOnlyCollectionIKitchenOrderCookingItemDto) |
Namespace:
Resto.Front.Api.Data.Kitchen
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax public KitchenOrderDto(
Guid baseOrderId,
int number,
IOrderType orderType,
ITable table,
IUser waiter,
DateTime orderOpenTime,
int initialGuestsCount,
int actualGuestsCount,
int cookingPriority,
bool isTopCookingPriority,
string externalNumber,
string tabName,
string originName,
IReadOnlyCollection<IKitchenOrderCookingItemDto> items
)
Parameters
- baseOrderId
- Type: SystemGuid
- number
- Type: SystemInt32
- orderType
- Type: Resto.Front.Api.Data.OrganizationIOrderType
- table
- Type: Resto.Front.Api.Data.Organization.SectionsITable
- waiter
- Type: Resto.Front.Api.Data.SecurityIUser
- orderOpenTime
- Type: SystemDateTime
- initialGuestsCount
- Type: SystemInt32
- actualGuestsCount
- Type: SystemInt32
- cookingPriority
- Type: SystemInt32
- isTopCookingPriority
- Type: SystemBoolean
- externalNumber
- Type: SystemString
- tabName
- Type: SystemString
- originName
- Type: SystemString
- items
- Type: System.Collections.GenericIReadOnlyCollectionIKitchenOrderCookingItemDto
See Also