Click or drag to resize

Features_StockFoodMenu Method

EXALOGIC
Vráti údaje jedálneho lístka.

Namespace: Exa.OBERON.Services.OBERON
Assembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntax
public ExaException FoodMenu(
	FoodMenuArg foodMenuArg,
	ref List<FoodMenuItem> urf_FoodMenuItemList
)

Parameters

foodMenuArg  FoodMenuArg
Filtre podľa ktorých bude zoznam načítaný.
urf_FoodMenuItemList  ListFoodMenuItem
 

Return Value

ExaException
Vráti triedu ListT.
See Also