LogicalWarehouseCollection Class

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

Syntax


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

Inheritance Hierarchy


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