Table of Contents

Class SfRelationshipInfo

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Relationship

SObject Name: RelationshipInfo

Custom Object: False

public class SfRelationshipInfo : SObject
Inheritance
SfRelationshipInfo
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 Info 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 Info 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

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string