Table of Contents

Class SfRelationshipDomain

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Relationship Domain

SObject Name: RelationshipDomain

Custom Object: False

public class SfRelationshipDomain : SObject
Inheritance
SfRelationshipDomain
Inherited Members

Properties

ChildSobjectId

Entity Definition ID

Name: ChildSobjectId

SF Type: string

Nillable: True

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

Property Value

string

DurableId

Relationship Domain Durable ID

Name: DurableId

SF Type: string

Nillable: True

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

Property Value

string

FieldId

Field Definition ID

Name: FieldId

SF Type: string

Nillable: True

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

Property Value

string

Id

Relationship Domain ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsCascadeDelete

Is Cascade Delete?

Name: IsCascadeDelete

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isCascadeDelete")]
[Updateable(false)]
[Createable(false)]
public bool? IsCascadeDelete { get; set; }

Property Value

bool?

IsDeprecatedAndHidden

Is Deprecated And Hidden?

Name: IsDeprecatedAndHidden

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeprecatedAndHidden")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeprecatedAndHidden { get; set; }

Property Value

bool?

IsRestrictedDelete

Is Restricted Delete?

Name: IsRestrictedDelete

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isRestrictedDelete")]
[Updateable(false)]
[Createable(false)]
public bool? IsRestrictedDelete { get; set; }

Property Value

bool?

JunctionIdListNames

Names of the Junction Id Lists

Name: JunctionIdListNames

SF Type: complexvalue

Nillable: True

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

Property Value

string

ParentSobjectId

Entity Definition ID

Name: ParentSobjectId

SF Type: string

Nillable: True

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

Property Value

string

RelationshipInfoId

Relationship Info ID

Name: RelationshipInfoId

SF Type: string

Nillable: True

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

Property Value

string

RelationshipName

Relationship Name

Name: RelationshipName

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string