Show / Hide Table of Contents

Class PurchaseOrderLine

Wraps a line in a purchase order.

Inheritance
System.Object
JTObject
PurchaseOrderLine
PurchaseOrderMaterialLine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public abstract class PurchaseOrderLine : JTObject

Properties

LineDescription

Description of the purchase order line.

Declaration
public string LineDescription { get; }
Property Value
Type Description
System.String

PurchaseOrderId

Identifies the purchase order to which this purchase order line belongs.

Declaration
public int PurchaseOrderId { get; }
Property Value
Type Description
System.Int32

PurchaseOrderLineId

Identifies the purchase order line.

Declaration
public int PurchaseOrderLineId { get; }
Property Value
Type Description
System.Int32

PurchaseOrderLineType

Indicates the type of line this is.

Declaration
public PurchaseOrderLine.PurchaseOrderLineType_Enum PurchaseOrderLineType { get; }
Property Value
Type Description
PurchaseOrderLine.PurchaseOrderLineType_Enum
Back to top Generated by DocFX