Collection of PartInventoryAdjustmentItem objects used by the PartInventoryAdjustment object

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 PartInventoryAdjustmentItems : BusinessCollectionBase
Visual Basic
<SerializableAttribute> _
Public Class PartInventoryAdjustmentItems _
	Inherits BusinessCollectionBase
Visual C++
[SerializableAttribute]
public ref class PartInventoryAdjustmentItems : public BusinessCollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    BindableCollectionBase
      SortableCollectionBase
        BusinessCollectionBase
          GZTW.AyaNova.BLL..::..PartInventoryAdjustmentItems

See Also