Click or drag to resize

KitchenOrderDto Constructor (Guid, Int32, IOrderType, ITable, IUser, DateTime, Int32, Int32, Int32, Boolean, String, String, String, IReadOnlyCollectionIKitchenOrderCookingItemDto)

Initializes a new instance of the KitchenOrderDto class

Namespace:  Resto.Front.Api.Data.Kitchen
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
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