Similar to PartWarehouseInventoryList but for retrieving inventory and serials of a single part specified by part id. Used by AyaNova WBI Only in PartInventoryView page

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 PartInventoryList : ReadOnlyCollectionBase, 
	ITypedList
Visual Basic
<SerializableAttribute> _
Public Class PartInventoryList _
	Inherits ReadOnlyCollectionBase _
	Implements ITypedList
Visual C++
[SerializableAttribute]
public ref class PartInventoryList : public ReadOnlyCollectionBase, 
	ITypedList

Inheritance Hierarchy

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

See Also