Table of Contents

Class SfApexTestQueueItem

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Apex Test Queue Item

SObject Name: ApexTestQueueItem

Custom Object: False

public class SfApexTestQueueItem : SObject
Inheritance
SfApexTestQueueItem
Inherited Members

Properties

ApexClass

ReferenceTo: ApexClass

RelationshipName: ApexClass

[JsonProperty(PropertyName = "apexClass")]
[Updateable(false)]
[Createable(false)]
public SfApexClass ApexClass { get; set; }

Property Value

SfApexClass

ApexClassId

Class ID

Name: ApexClassId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "apexClassId")]
[Updateable(false)]
[Createable(true)]
public string ApexClassId { get; set; }

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

CreatedById

Created By ID

Name: CreatedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

ExtendedStatus

Status Detail

Name: ExtendedStatus

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "extendedStatus")]
[Updateable(false)]
[Createable(false)]
public string ExtendedStatus { get; set; }

Property Value

string

Id

Apex Test Queue Item ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

ParentJobId

Apex Job ID

Name: ParentJobId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "parentJobId")]
[Updateable(false)]
[Createable(false)]
public string ParentJobId { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

ShouldSkipCodeCoverage

Should Skip Code Coverage

Name: ShouldSkipCodeCoverage

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "shouldSkipCodeCoverage")]
public bool? ShouldSkipCodeCoverage { get; set; }

Property Value

bool?

Status

Status

Name: Status

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "status")]
[Updateable(true)]
[Createable(false)]
public string Status { get; set; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

TestRunResultId

ApexTestRunResult ID

Name: TestRunResultId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "testRunResultId")]
[Updateable(false)]
[Createable(false)]
public string TestRunResultId { get; set; }

Property Value

string