Table of Contents

Class SfPicklistValueInfo

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Picklist Value Info

SObject Name: PicklistValueInfo

Custom Object: False

public class SfPicklistValueInfo : SObject
Inheritance
SfPicklistValueInfo
Inherited Members

Properties

DurableId

Durable ID

Name: DurableId

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }

Property Value

string

EntityParticleId

Entity Particle ID

Name: EntityParticleId

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "entityParticleId")]
[Updateable(false)]
[Createable(false)]
public string EntityParticleId { get; set; }

Property Value

string

Id

Picklist Value Info ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

IsActive

Is Active

Name: IsActive

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isActive")]
[Updateable(false)]
[Createable(false)]
public bool? IsActive { get; set; }

Property Value

bool?

IsDefaultValue

Is Default Value

Name: IsDefaultValue

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDefaultValue")]
[Updateable(false)]
[Createable(false)]
public bool? IsDefaultValue { get; set; }

Property Value

bool?

Label

Label

Name: Label

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

ValidFor

Valid For

Name: ValidFor

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "validFor")]
[Updateable(false)]
[Createable(false)]
public string ValidFor { get; set; }

Property Value

string

Value

Value

Name: Value

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "value")]
[Updateable(false)]
[Createable(false)]
public string Value { get; set; }

Property Value

string