Class SObjectFieldMetadata
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
public class SObjectFieldMetadata
- Inheritance
-
SObjectFieldMetadata
- Inherited Members
-
Properties
[JsonProperty(PropertyName = "autoNumber")]
public bool AutoNumber { get; set; }
Property Value
- bool
[JsonProperty(PropertyName = "calculated")]
public bool Calculated { get; set; }
Property Value
- bool
[JsonProperty(PropertyName = "calculatedFormula")]
public string CalculatedFormula { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "createable")]
public bool Creatable { get; set; }
Property Value
- bool
[JsonProperty(PropertyName = "custom")]
public bool Custom { get; set; }
Property Value
- bool
[JsonProperty(PropertyName = "defaultValue")]
public string DefaultValue { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "externalId")]
public string ExternalId { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "htmlFormatted")]
public bool HtmlFormatted { get; set; }
Property Value
- bool
InlineHelpText
[JsonProperty(PropertyName = "inlineHelpText")]
public string InlineHelpText { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "length")]
public int Length { get; set; }
Property Value
- int
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "nillable")]
public bool Nillable { get; set; }
Property Value
- bool
[JsonProperty(PropertyName = "picklistValues")]
public List<PickListValue> PicklistValues { get; set; }
Property Value
- List<PickListValue>
[JsonProperty(PropertyName = "referenceTo")]
public List<string> ReferenceTo { get; set; }
Property Value
- List<string>
[JsonProperty(PropertyName = "relationshipName")]
public string RelationshipName { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
- string
[JsonProperty(PropertyName = "unique")]
public bool Unique { get; set; }
Property Value
- bool
[JsonProperty(PropertyName = "updateable")]
public bool Updateable { get; set; }
Property Value
- bool