Show / Hide Table of Contents

Class Job

Inheritance
System.Object
Job
JobPost
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Job
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Job

Fields

View Source

JobId

Declaration
public long JobId
Field Value
Type Description
System.Int64
View Source

JobNo

Declaration
public string JobNo
Field Value
Type Description
System.String
View Source

JobStatus

Declaration
public long JobStatus
Field Value
Type Description
System.Int64
View Source

PTW

Declaration
public string PTW
Field Value
Type Description
System.String
View Source

PurchaseOrderNo

Declaration
public string PurchaseOrderNo
Field Value
Type Description
System.String
View Source

SiteId

Declaration
public long SiteId
Field Value
Type Description
System.Int64
View Source

TroubleTicket

Declaration
public string TroubleTicket
Field Value
Type Description
System.String

Methods

View Source

GetJobStatusTypeName(Int64)

Fetches the name of a job status from a given id.

Declaration
public static string GetJobStatusTypeName(long jobStatusId)
Parameters
Type Name Description
System.Int64 jobStatusId
Returns
Type Description
System.String

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX