Features_StockFoodMenu Method |  |
Vráti údaje jedálneho lístka.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic ExaException FoodMenu(
FoodMenuArg foodMenuArg,
ref List<FoodMenuItem> urf_FoodMenuItemList
)
Public Function FoodMenu (
foodMenuArg As FoodMenuArg,
ByRef urf_FoodMenuItemList As List(Of FoodMenuItem)
) As ExaException
Dim instance As Features_Stock
Dim foodMenuArg As FoodMenuArg
Dim urf_FoodMenuItemList As List(Of FoodMenuItem)
Dim returnValue As ExaException
returnValue = instance.FoodMenu(foodMenuArg,
urf_FoodMenuItemList)
Parameters
- foodMenuArg FoodMenuArg
- Filtre podľa ktorých bude zoznam načítaný.
- urf_FoodMenuItemList ListFoodMenuItem
-
Return Value
ExaExceptionVráti triedu
ListT.
See Also