Table of Contents

Class SfCronTrigger

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Scheduled Jobs

SObject Name: CronTrigger

Custom Object: False

public class SfCronTrigger : SObject
Inheritance
SfCronTrigger
Inherited Members

Properties

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?

CronExpression

Cron Expression

Name: CronExpression

SF Type: string

Nillable: True

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

Property Value

string

CronJobDetail

ReferenceTo: CronJobDetail

RelationshipName: CronJobDetail

[JsonProperty(PropertyName = "cronJobDetail")]
[Updateable(false)]
[Createable(false)]
public SfCronJobDetail CronJobDetail { get; set; }

Property Value

SfCronJobDetail

CronJobDetailId

Job ID

Name: CronJobDetailId

SF Type: reference

Nillable: True

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

Property Value

string

EndTime

End Time

Name: EndTime

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

Id

Scheduled Job ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

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

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

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

Property Value

string

NextFireTime

Next Run Time

Name: NextFireTime

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

OwnerId

User ID

Name: OwnerId

SF Type: reference

Nillable: True

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

Property Value

string

PreviousFireTime

Previous Run Time

Name: PreviousFireTime

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

StartTime

Start Time

Name: StartTime

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

State

Job State

Name: State

SF Type: string

Nillable: True

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

Property Value

string

TimeZoneSidKey

Java Time Zone Id

Name: TimeZoneSidKey

SF Type: picklist

Nillable: True

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

Property Value

string

TimesTriggered

Job Fired Count

Name: TimesTriggered

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "timesTriggered")]
[Updateable(false)]
[Createable(false)]
public int? TimesTriggered { get; set; }

Property Value

int?