Show / Hide Table of Contents

Class Allocation

Base class

Inheritance
System.Object
JTObject
Allocation
PurchaseProductVariantAllocation
SerialNumberAllocation
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 class Allocation : JTObject

Properties

JobActivityId

Identifies the job activity.

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

JobActivityTypeId

Identifies the job activity type.

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

JobActivityTypeName

Name of the job activity type.

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

JobId

Identifies the job.

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

JobName

Name of the job.

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

PurchaseProductVariantId

Identifies the purchase product variant.

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

PurchaseProductVariantName

Name of the purchase product variant.

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

Quantity

Quantity of the serial number allocated to the job activity.

Declaration
public decimal Quantity { get; set; }
Property Value
Type Description
System.Decimal
Back to top Generated by DocFX