Table of Contents

Class SfProcessNode

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Process Node

SObject Name: ProcessNode

Custom Object: False

public class SfProcessNode : SObject
Inheritance
SfProcessNode
Inherited Members

Properties

Description

Description

Name: Description

SF Type: textarea

Nillable: True

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

Property Value

string

DeveloperName

Unique Name

Name: DeveloperName

SF Type: string

Nillable: False

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

Property Value

string

Id

Process Node ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

Name

Name

Name: Name

SF Type: string

Nillable: False

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

Property Value

string

ProcessDefinition

ReferenceTo: ProcessDefinition

RelationshipName: ProcessDefinition

[JsonProperty(PropertyName = "processDefinition")]
[Updateable(false)]
[Createable(false)]
public SfProcessDefinition ProcessDefinition { get; set; }

Property Value

SfProcessDefinition

ProcessDefinitionId

Approval Process ID

Name: ProcessDefinitionId

SF Type: reference

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

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?