Click or drag to resize

IOperationServiceGetKitchenOrderAllExternalData Method

Returns all external data of order. Use AddOrUpdateKitchenOrderExternalData(IKitchenOrder, String, ExternalDataItem) to add the data in order.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyDictionary<string, string> GetKitchenOrderAllExternalData(
	IKitchenOrder order,
	bool publicDataOnly = false
)

Parameters

order  IKitchenOrder
 
publicDataOnly  Boolean  (Optional)
If true then method will return dictionary with externalData, which isPublic = true.

Return Value

IReadOnlyDictionaryString, String
See Also