Class SfRelatedListColumnDefinition
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Related List Column Definition
SObject Name: RelatedListColumnDefinition
Custom Object: False
public class SfRelatedListColumnDefinition : SObject
- Inheritance
-
SfRelatedListColumnDefinition
- Inherited Members
Properties
Alias
Related List Column Definition Alias
Name: Alias
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "alias")]
[Updateable(false)]
[Createable(false)]
public string Alias { get; set; }
Property Value
ColumnSoql
Related List Column Definition SOQL String
Name: ColumnSoql
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "columnSoql")]
[Updateable(false)]
[Createable(false)]
public string ColumnSoql { get; set; }
Property Value
DataType
Data Type
Name: DataType
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "dataType")]
[Updateable(false)]
[Createable(false)]
public string DataType { 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
FieldDefinitionId
Field Definition ID
Name: FieldDefinitionId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "fieldDefinitionId")]
[Updateable(false)]
[Createable(false)]
public string FieldDefinitionId { get; set; }
Property Value
Id
Related List Column Definition Id
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsDefault
Is Default
Name: IsDefault
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDefault")]
[Updateable(false)]
[Createable(false)]
public bool? IsDefault { get; set; }
Property Value
- bool?
IsDescribable
Is Describe Enabled
Name: IsDescribable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDescribable")]
[Updateable(false)]
[Createable(false)]
public bool? IsDescribable { get; set; }
Property Value
- bool?
Label
Label
Name: Label
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "label")]
[Updateable(false)]
[Createable(false)]
public string Label { get; set; }
Property Value
LookupId
Lookup Id
Name: LookupId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "lookupId")]
[Updateable(false)]
[Createable(false)]
public string LookupId { get; set; }
Property Value
RelatedListDefinitionId
Related List Definition Id
Name: RelatedListDefinitionId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "relatedListDefinitionId")]
[Updateable(false)]
[Createable(false)]
public string RelatedListDefinitionId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }