Click or drag to resize

IOperationService.GetOrderAllExternalData Method

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

Parameters

order
Type: Resto.Front.Api.Data.Orders.IOrder
publicDataOnly (Optional)
Type: System.Boolean

Return Value

Type: IReadOnlyList<String>
See Also