IOperationServiceGetKitchenOrderItemAllExternalData Method |
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxIReadOnlyDictionary<string, string> GetKitchenOrderItemAllExternalData(
IKitchenOrder order,
Guid baseOrderItemId,
bool publicDataOnly = false
)
Parameters
- order IKitchenOrder
-
- baseOrderItemId Guid
-
- publicDataOnly Boolean (Optional)
-
If true then method will return dictionary with externalData, which isPublic = true.
Return Value
IReadOnlyDictionaryString,
String
See Also