Read only list of PartWarehouseInventoryList..::..PartWarehouseInventoryListInfo objects representing the inventory status of all parts. Used for reporting and grid listing.

Namespace: GZTW.AyaNova.BLL
Assembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)

Syntax

C#
[SerializableAttribute]
public class PartWarehouseInventoryList : ReadOnlyCollectionBase, 
	ITypedList
Visual Basic
<SerializableAttribute> _
Public Class PartWarehouseInventoryList _
	Inherits ReadOnlyCollectionBase _
	Implements ITypedList
Visual C++
[SerializableAttribute]
public ref class PartWarehouseInventoryList : public ReadOnlyCollectionBase, 
	ITypedList

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    BindableCollectionBase
      SortableCollectionBase
        ReadOnlyCollectionBase
          GZTW.AyaNova.BLL..::..PartWarehouseInventoryList

See Also