IOperationServiceGetKitchenOrderItemAllExternalData Method |
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxIReadOnlyList<string> GetKitchenOrderItemAllExternalData(
IKitchenOrder order,
Guid baseOrderItemId,
bool publicDataOnly = false
)
Parameters
- order IKitchenOrder
-
- baseOrderItemId Guid
-
- publicDataOnly Boolean (Optional)
-
Return Value
IReadOnlyListString
See Also