Table of Contents

Class SObjectFieldMetadata

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

Properties

AutoNumber

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

Property Value

bool

Calculated

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

Property Value

bool

CalculatedFormula

[JsonProperty(PropertyName = "calculatedFormula")]
public string CalculatedFormula { get; set; }

Property Value

string

Creatable

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

Property Value

bool

Custom

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

Property Value

bool

DefaultValue

[JsonProperty(PropertyName = "defaultValue")]
public string DefaultValue { get; set; }

Property Value

string

ExternalId

[JsonProperty(PropertyName = "externalId")]
public string ExternalId { get; set; }

Property Value

string

HtmlFormatted

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

Property Value

bool

InlineHelpText

[JsonProperty(PropertyName = "inlineHelpText")]
public string InlineHelpText { get; set; }

Property Value

string

Label

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

Property Value

string

Length

[JsonProperty(PropertyName = "length")]
public int Length { get; set; }

Property Value

int

Name

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

Property Value

string

Nillable

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

Property Value

bool

PicklistValues

[JsonProperty(PropertyName = "picklistValues")]
public List<PickListValue> PicklistValues { get; set; }

Property Value

List<PickListValue>

ReferenceTo

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

Property Value

List<string>

RelationshipName

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

Property Value

string

Type

[JsonProperty(PropertyName = "type")]
public string Type { get; set; }

Property Value

string

Unique

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

Property Value

bool

Updateable

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

Property Value

bool