IOBERONServiceGetFoodMenuList Method | |
Načítanie zoznamu jedálnych lístkov (menu).
Namespace: Exa.OBERON.ServicesAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax ResultValue<List<FoodMenu>> GetFoodMenuList()
Function GetFoodMenuList As ResultValue(Of List(Of FoodMenu))
Dim instance As IOBERONService
Dim returnValue As ResultValue(Of List(Of FoodMenu))
returnValue = instance.GetFoodMenuList()
Return Value
ResultValueListFoodMenuVráti pole tried
FoodMenu.
See Also