Click or drag to resize

KitchenOrderDto Constructor (Guid, Int32, NullableGuid, Guid, NullableGuid, DateTime, Int32, Int32, IReadOnlyCollectionIKitchenOrderCookingItemDto)

Initializes a new instance of the KitchenOrderDto class

Namespace:  Resto.Front.Api.Data.Kitchen
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public KitchenOrderDto(
	Guid baseOrderId,
	int number,
	Guid? orderTypeId,
	Guid tableId,
	Guid? waiterId,
	DateTime orderOpenTime,
	int initialGuestsCount,
	int actualGuestsCount,
	IReadOnlyCollection<IKitchenOrderCookingItemDto> items
)

Parameters

baseOrderId
Type: SystemGuid
number
Type: SystemInt32
orderTypeId
Type: SystemNullableGuid
tableId
Type: SystemGuid
waiterId
Type: SystemNullableGuid
orderOpenTime
Type: SystemDateTime
initialGuestsCount
Type: SystemInt32
actualGuestsCount
Type: SystemInt32
items
Type: System.Collections.GenericIReadOnlyCollectionIKitchenOrderCookingItemDto
See Also