Click or drag to resize

IOperationServiceGetKitchenOrderAllExternalData Method

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

Parameters

order
Type: Resto.Front.Api.Data.KitchenIKitchenOrder
publicDataOnly (Optional)
Type: SystemBoolean

Return Value

Type: IReadOnlyListString
See Also