BillOpenItems Property |  |
Zoznam položiek otvoreného účtu. Pri načítaní je možné určiť, či sa majú vrátiť aj položky, alebo doklad bez položiek.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.CashRegister.BillsOpenAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<BillOpenItem> Items { get; set; }Public Property Items As List(Of BillOpenItem)
Get
Set
Dim instance As BillOpen
Dim value As List(Of BillOpenItem)
value = instance.Items
instance.Items = value
Property Value
ListBillOpenItem
See Also