Table of Contents

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

bool

Creatable

[JsonProperty(PropertyName = "createable")]
public bool Creatable { get; set; }

Property Value

bool

Custom

[JsonProperty(PropertyName = "custom")]
public bool Custom { get; set; }

Property Value

bool

CustomSetting

[JsonProperty(PropertyName = "customSetting")]
public bool CustomSetting { get; set; }

Property Value

bool

Deletable

[JsonProperty(PropertyName = "deletable")]
public bool Deletable { get; set; }

Property Value

bool

DeprecatedAndHidden

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

Property Value

bool

FeedEnabled

[JsonProperty(PropertyName = "feedEnabled")]
public bool FeedEnabled { get; set; }

Property Value

bool

HasSubtypes

[JsonProperty(PropertyName = "hasSubtypes")]
public bool HasSubtypes { get; set; }

Property Value

bool

IsSubtype

[JsonProperty(PropertyName = "isSubtype")]
public bool IsSubtype { get; set; }

Property Value

bool

KeyPrefix

[JsonProperty(PropertyName = "keyPrefix")]
public string KeyPrefix { get; set; }

Property Value

string

Label

[JsonProperty(PropertyName = "label")]
public string Label { get; set; }

Property Value

string

LabelPlural

[JsonProperty(PropertyName = "labelPlural")]
public string LabelPlural { get; set; }

Property Value

string

Mergeable

[JsonProperty(PropertyName = "mergeable")]
public bool Mergeable { get; set; }

Property Value

bool

MruEnabled

[JsonProperty(PropertyName = "mruEnabled")]
public bool MruEnabled { get; set; }

Property Value

bool

Name

[JsonProperty(PropertyName = "name")]
public string Name { get; set; }

Property Value

string

Queryable

[JsonProperty(PropertyName = "queryable")]
public bool Queryable { get; set; }

Property Value

bool

Replicateable

[JsonProperty(PropertyName = "replicateable")]
public bool Replicateable { get; set; }

Property Value

bool

Retrieveable

[JsonProperty(PropertyName = "retrieveable")]
public bool Retrieveable { get; set; }

Property Value

bool

Searchable

[JsonProperty(PropertyName = "searchable")]
public bool Searchable { get; set; }

Property Value

bool

Triggerable

[JsonProperty(PropertyName = "triggerable")]
public bool Triggerable { get; set; }

Property Value

bool

Undeletable

[JsonProperty(PropertyName = "undeletable")]
public bool Undeletable { get; set; }

Property Value

bool

Updateable

[JsonProperty(PropertyName = "updateable")]
public bool Updateable { get; set; }

Property Value

bool

Urls

[JsonProperty(PropertyName = "urls")]
public SObjectUrls Urls { get; set; }

Property Value

SObjectUrls

layoutable

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

Property Value

bool

Methods

ToString()

public override string ToString()

Returns

string