Click or drag to resize

IOperationServiceGetOrderAllExternalData 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  IOrder
 
publicDataOnly  Boolean  (Optional)
 

Return Value

IReadOnlyListString
See Also