Class SObjectDescribeBasic
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
Basic SObject metadata
[JsonObject("objectDescribe")]
public class SObjectDescribeBasic
- Inheritance
-
SObjectDescribeBasic
- Derived
- Inherited Members
Properties
Activateable
[JsonProperty(PropertyName = "activateable")]
public bool Activateable { get; set; }
Property Value
Creatable
[JsonProperty(PropertyName = "createable")]
public bool Creatable { get; set; }
Property Value
Custom
[JsonProperty(PropertyName = "custom")]
public bool Custom { get; set; }
Property Value
CustomSetting
[JsonProperty(PropertyName = "customSetting")]
public bool CustomSetting { get; set; }
Property Value
Deletable
[JsonProperty(PropertyName = "deletable")]
public bool Deletable { get; set; }
Property Value
DeprecatedAndHidden
[JsonProperty(PropertyName = "deprecatedAndHidden")]
public bool DeprecatedAndHidden { get; set; }
Property Value
FeedEnabled
[JsonProperty(PropertyName = "feedEnabled")]
public bool FeedEnabled { get; set; }
Property Value
HasSubtypes
[JsonProperty(PropertyName = "hasSubtypes")]
public bool HasSubtypes { get; set; }
Property Value
IsSubtype
[JsonProperty(PropertyName = "isSubtype")]
public bool IsSubtype { get; set; }
Property Value
KeyPrefix
[JsonProperty(PropertyName = "keyPrefix")]
public string KeyPrefix { get; set; }
Property Value
Label
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
LabelPlural
[JsonProperty(PropertyName = "labelPlural")]
public string LabelPlural { get; set; }
Property Value
Mergeable
[JsonProperty(PropertyName = "mergeable")]
public bool Mergeable { get; set; }
Property Value
MruEnabled
[JsonProperty(PropertyName = "mruEnabled")]
public bool MruEnabled { get; set; }
Property Value
Name
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Queryable
[JsonProperty(PropertyName = "queryable")]
public bool Queryable { get; set; }
Property Value
Replicateable
[JsonProperty(PropertyName = "replicateable")]
public bool Replicateable { get; set; }
Property Value
Retrieveable
[JsonProperty(PropertyName = "retrieveable")]
public bool Retrieveable { get; set; }
Property Value
Searchable
[JsonProperty(PropertyName = "searchable")]
public bool Searchable { get; set; }
Property Value
Triggerable
[JsonProperty(PropertyName = "triggerable")]
public bool Triggerable { get; set; }
Property Value
Undeletable
[JsonProperty(PropertyName = "undeletable")]
public bool Undeletable { get; set; }
Property Value
Updateable
[JsonProperty(PropertyName = "updateable")]
public bool Updateable { get; set; }
Property Value
Urls
[JsonProperty(PropertyName = "urls")]
public SObjectUrls Urls { get; set; }
Property Value
layoutable
[JsonProperty(PropertyName = "layoutable")]
public bool layoutable { get; set; }
Property Value
Methods
ToString()
public override string ToString()