Table of Contents

Class SfRelatedListDefinition

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Related List Definition

SObject Name: RelatedListDefinition

Custom Object: False

public class SfRelatedListDefinition : SObject
Inheritance
SfRelatedListDefinition
Inherited Members

Properties

DefaultSort

Related List Default Sort

Name: DefaultSort

SF Type: string

Nillable: True

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

Property Value

string

DurableId

Durable Id

Name: DurableId

SF Type: string

Nillable: True

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

Property Value

string

EntityDefinitionId

Entity Definition ID

Name: EntityDefinitionId

SF Type: string

Nillable: True

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

Property Value

string

Id

Related List Definition Id

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsCustomizable

Is Customizable

Name: IsCustomizable

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isCustomizable")]
[Updateable(false)]
[Createable(false)]
public bool? IsCustomizable { 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?

IsLayoutable

Is Layout Enabled

Name: IsLayoutable

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isLayoutable")]
[Updateable(false)]
[Createable(false)]
public bool? IsLayoutable { 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

string

ParentEntityDefinitionId

Entity Definition ID

Name: ParentEntityDefinitionId

SF Type: string

Nillable: True

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

Property Value

string

RelatedListId

Related List Definition Id

Name: RelatedListId

SF Type: string

Nillable: True

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

Property Value

string

RelatedListName

Related List Definition Name

Name: RelatedListName

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string