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
CompactLayoutable
[JsonProperty(PropertyName = "compactLayoutable")]
public bool CompactLayoutable { get; set; }
Property Value
Fields
[JsonProperty(PropertyName = "fields")]
public List<SObjectFieldMetadata> Fields { get; set; }
Property Value
NetworkScopeFieldName
[JsonProperty(PropertyName = "networkScopeFieldName")]
public string NetworkScopeFieldName { get; set; }
Property Value
SearchLayoutable
[JsonProperty(PropertyName = "searchLayoutable")]
public bool SearchLayoutable { get; set; }
Property Value
Methods
GetPicklistValues(string)
Get the collection of PickListValues for the given field
public List<PickListValue> GetPicklistValues(string fieldName)
Parameters
fieldName
stringField name
Returns
- List<PickListValue>
Returns empty list if none found