Click or drag to resize

IOperationServiceGetKitchenOrderItemAllExternalData Method


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

Parameters

order  IKitchenOrder
 
baseOrderItemId  Guid
 
publicDataOnly  Boolean  (Optional)
 

Return Value

IReadOnlyListString
See Also