PhysicalWarehouseCollection Class

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Inventory.Warehouse
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


[CLSCompliantAttribute]
public class PhysicalWarehouseCollection : BindingList<PhysicalWarehouse>, 
	INotifyPropertyChanged
<CLSCompliantAttribute> _
Public Class PhysicalWarehouseCollection _
	Inherits BindingList(Of PhysicalWarehouse) _
	Implements INotifyPropertyChanged
[CLSCompliantAttribute]
public ref class PhysicalWarehouseCollection : public BindingList<PhysicalWarehouse^>, 
	INotifyPropertyChanged

Inheritance Hierarchy


Object
  Collection<(Of <(<'Object>)>)>
    BindingList<(Of <(<'PhysicalWarehouse>)>)>
      JiwaFinancials.Jiwa.JiwaApplication.Inventory.Warehouse..::..PhysicalWarehouseCollection