iikoFront Api V9 Code Reference
iikoFront Api V9 Code Reference
Resto.Front.Api.Data.Kitchen
IKitchenOrder Interface
IKitchenOrder Properties
BaseOrderId Property
CookingPriority Property
ExternalData Property
ExternalNumber Property
GroupKitchenOrderId Property
IsExternal Property
IsTopCookingPriority Property
Items Property
Number Property
OrderType Property
OriginName Property
ProcessingStatus Property
Table Property
TabName Property
Waiter Property
IKitchenOrder
ExternalData Property
External data which are contained in kitchen order. If
please use
TryGetKitchenOrderExternalDataByKey(IKitchenOrder, String)
.
Namespace:
Resto.Front.Api.Data.Kitchen
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Copy
IReadOnlyDictionary
<
string
,
ExternalDataItem
>
ExternalData
{
get
; }
Property Value
Type:
IReadOnlyDictionary
String
,
ExternalDataItem
See Also
Reference
IKitchenOrder Interface
Resto.Front.Api.Data.Kitchen Namespace