Indivdual item (part) that is selected to be in the PO

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

Inheritance Hierarchy

System..::..Object
  BindableBase
    UndoableBase
      BusinessBase
        GZTW.AyaNova.BLL..::..PurchaseOrderItem

See Also