Table of Contents

Class SObjectDescribeFull

Namespace
NetCoreForce.Client.Models
Assembly
NetCoreForce.Client.dll

SObject Describe resource reponse, for all sobject metadata

public class SObjectDescribeFull : SObjectDescribeBasic
Inheritance
SObjectDescribeFull
Inherited Members

Properties

ChildRelationships

[JsonProperty(PropertyName = "childRelationships")]
public List<ChildRelationship> ChildRelationships { get; set; }

Property Value

List<ChildRelationship>

CompactLayoutable

[JsonProperty(PropertyName = "compactLayoutable")]
public bool CompactLayoutable { get; set; }

Property Value

bool

Fields

[JsonProperty(PropertyName = "fields")]
public List<SObjectFieldMetadata> Fields { get; set; }

Property Value

List<SObjectFieldMetadata>

NetworkScopeFieldName

[JsonProperty(PropertyName = "networkScopeFieldName")]
public string NetworkScopeFieldName { get; set; }

Property Value

string

SearchLayoutable

[JsonProperty(PropertyName = "searchLayoutable")]
public bool SearchLayoutable { get; set; }

Property Value

bool

Methods

GetPicklistValues(string)

Get the collection of PickListValues for the given field

public List<PickListValue> GetPicklistValues(string fieldName)

Parameters

fieldName string

Field name

Returns

List<PickListValue>

Returns empty list if none found