Table of Contents

Class ChildRelationship

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll
public class ChildRelationship
Inheritance
ChildRelationship
Inherited Members

Properties

CascadeDelete

[JsonProperty(PropertyName = "cascadeDelete")]
public bool CascadeDelete { get; set; }

Property Value

bool

ChildSObject

[JsonProperty(PropertyName = "childSObject")]
public string ChildSObject { get; set; }

Property Value

string

DeprecatedAndHidden

[JsonProperty(PropertyName = "deprecatedAndHidden")]
public bool DeprecatedAndHidden { get; set; }

Property Value

bool

Field

[JsonProperty(PropertyName = "field")]
public string Field { get; set; }

Property Value

string

JunctionIdListNames

[JsonProperty(PropertyName = "junctionIdListNames")]
public List<string> JunctionIdListNames { get; set; }

Property Value

List<string>

JunctionReferenceTo

[JsonProperty(PropertyName = "junctionReferenceTo")]
public List<string> JunctionReferenceTo { get; set; }

Property Value

List<string>

RelationshipName

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

Property Value

string

RestrictedDelete

[JsonProperty(PropertyName = "restrictedDelete")]
public bool RestrictedDelete { get; set; }

Property Value

bool