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
Type: Resto.Front.Api.Data.KitchenIKitchenOrder
baseOrderItemId
Type: SystemGuid
publicDataOnly (Optional)
Type: SystemBoolean
If true then method will return dictionary with externalData, which isPublic = true.

Return Value

Type: IReadOnlyDictionaryString, String
See Also