Click or drag to resize

IOperationServiceGetKitchenOrderAllExternalData Method

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
Type: Resto.Front.Api.Data.KitchenIKitchenOrder
publicDataOnly (Optional)
Type: SystemBoolean

Return Value

Type: IReadOnlyDictionaryString, String
See Also