Click or drag to resize

IOperationServiceGetOrderAllExternalData Method

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

Parameters

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

Return Value

Type: IReadOnlyDictionaryString, String
See Also