Class SfExpressionSetView
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Expression Set Template
SObject Name: ExpressionSetView
Custom Object: False
public class SfExpressionSetView : SObject
- Inheritance
-
SfExpressionSetView
- Inherited Members
Properties
Description
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
ExpressionSetDetails
Expression Set Details
Name: ExpressionSetDetails
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "expressionSetDetails")]
[Updateable(false)]
[Createable(false)]
public string ExpressionSetDetails { get; set; }
Property Value
HasContextDefinitionRef
Context Definition Reference
Name: HasContextDefinitionRef
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasContextDefinitionRef")]
[Updateable(false)]
[Createable(false)]
public bool? HasContextDefinitionRef { get; set; }
Property Value
- bool?
Id
Expression Set Template ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsExecutable
Executable
Name: IsExecutable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isExecutable")]
[Updateable(false)]
[Createable(false)]
public bool? IsExecutable { get; set; }
Property Value
- bool?
IsTemplate
Is Template
Name: IsTemplate
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isTemplate")]
[Updateable(false)]
[Createable(false)]
public bool? IsTemplate { get; set; }
Property Value
- bool?
LastModifiedBy
Last Modified By
Name: LastModifiedBy
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedBy { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
NamespacePrefix
Namespace Prefix
Name: NamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
UsageType
Usage Type
Name: UsageType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "usageType")]
[Updateable(false)]
[Createable(false)]
public string UsageType { get; set; }
Property Value
UsageTypeLabel
Usage Type
Name: UsageTypeLabel
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "usageTypeLabel")]
[Updateable(false)]
[Createable(false)]
public string UsageTypeLabel { get; set; }