Show / Hide Table of Contents

Class PurchaseOrderMiscellaneousLine

Wraps a miscellaneous line in a purchase order.

Inheritance
System.Object
JTObject
PurchaseOrderLine
PurchaseOrderMaterialLine
PurchaseOrderMiscellaneousLine
Inherited Members
PurchaseOrderMaterialLine.Status
PurchaseOrderMaterialLine.StatusName
PurchaseOrderMaterialLine.OrderedQuantity
PurchaseOrderMaterialLine.ReceivedQuantity
PurchaseOrderMaterialLine.DeliveryDate
PurchaseOrderMaterialLine.TotalUnits
PurchaseOrderMaterialLine.UnitName
PurchaseOrderMaterialLine.UnitCost
PurchaseOrderMaterialLine.TotalUnitsDescription
PurchaseOrderMaterialLine.TotalCost
PurchaseOrderMaterialLine.IsTaxable
PurchaseOrderLine.PurchaseOrderId
PurchaseOrderLine.PurchaseOrderLineId
PurchaseOrderLine.PurchaseOrderLineType
PurchaseOrderLine.LineDescription
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 class PurchaseOrderMiscellaneousLine : PurchaseOrderMaterialLine

Constructors

PurchaseOrderMiscellaneousLine(Int32, Boolean)

Creates an object used to create or update a PurchaseOrderMiscellaneousLine, depending on the value of isPOIdForLineCreation_.

Declaration
public PurchaseOrderMiscellaneousLine(int purchaseOrderOrPurchaseOrderLineId_, bool isPOIdForLineCreation_)
Parameters
Type Name Description
System.Int32 purchaseOrderOrPurchaseOrderLineId_

Identifies either the PurchaseOrder to which the a new line should belong, or the PurchaseOrderMiscellaneousLine if updating an existing line.

System.Boolean isPOIdForLineCreation_

Indicates the purpose of the given id. When True, the id represents a purchase order. When False, the id represents an existing purchase order miscellaneous line.

Properties

MiscItemDescription

Describes the line.

Declaration
public string MiscItemDescription { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX