Class SfFlowVariableView
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Flow Variable
SObject Name: FlowVariableView
Custom Object: False
public class SfFlowVariableView : SObject
- Inheritance
-
SfFlowVariableView
- Inherited Members
Properties
ApiName
Variable API Name
Name: ApiName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "apiName")]
[Updateable(false)]
[Createable(false)]
public string ApiName { get; set; }
Property Value
DataType
Variable Data Type
Name: DataType
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "dataType")]
[Updateable(false)]
[Createable(false)]
public string DataType { get; set; }
Property Value
Description
Variable Description
Name: Description
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }
Property Value
DurableId
Durable ID
Name: DurableId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }
Property Value
FlowVersionViewId
Flow Version View ID
Name: FlowVersionViewId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "flowVersionViewId")]
[Updateable(false)]
[Createable(false)]
public string FlowVersionViewId { get; set; }
Property Value
Id
Flow Variable View ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsCollection
Variable allows multiple values (collection)
Name: IsCollection
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isCollection")]
[Updateable(false)]
[Createable(false)]
public bool? IsCollection { get; set; }
Property Value
- bool?
IsInput
Variable is available for input
Name: IsInput
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isInput")]
[Updateable(false)]
[Createable(false)]
public bool? IsInput { get; set; }
Property Value
- bool?
IsOutput
Variable is available for output
Name: IsOutput
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isOutput")]
[Updateable(false)]
[Createable(false)]
public bool? IsOutput { get; set; }
Property Value
- bool?
ObjectType
Record Variable Object
Name: ObjectType
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "objectType")]
[Updateable(false)]
[Createable(false)]
public string ObjectType { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }