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
DeveloperName
Unique Name
Name: DeveloperName
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "developerName")]
[Updateable(false)]
[Createable(false)]
public string DeveloperName { get; set; }
Property Value
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
Name
Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
ProcessDefinition
ReferenceTo: ProcessDefinition
RelationshipName: ProcessDefinition
[JsonProperty(PropertyName = "processDefinition")]
[Updateable(false)]
[Createable(false)]
public SfProcessDefinition ProcessDefinition { get; set; }
Property Value
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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }