Table of Contents

Class SfCronJobDetail

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Cron Job

SObject Name: CronJobDetail

Custom Object: False

public class SfCronJobDetail : SObject
Inheritance
SfCronJobDetail
Inherited Members

Properties

Id

Job ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

JobType

Type

Name: JobType

SF Type: picklist

Nillable: True

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

Property Value

string

Name

Job Name

Name: Name

SF Type: string

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string