Click or drag to resize

IOperationServiceGetKitchenOrderItemAllExternalData Method

Returns all external data of kitchen order item. Use AddOrUpdateKitchenOrderItemExternalData(IKitchenOrder, Guid, 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> GetKitchenOrderItemAllExternalData(
	IKitchenOrder order,
	Guid baseOrderItemId,
	bool publicDataOnly = false
)

Parameters

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

Return Value

IReadOnlyDictionaryString, String
See Also