FoodMenuListDataItems Property |  |
Zoznam skladových skupín.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.Stock.Common.FoodMenusAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<FoodMenu> Items { get; set; }Public Property Items As List(Of FoodMenu)
Get
Set
Dim instance As FoodMenuListData
Dim value As List(Of FoodMenu)
value = instance.Items
instance.Items = value
Property Value
ListFoodMenu
See Also