Table of Contents

Class SfColorDefinition

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Color Definition

SObject Name: ColorDefinition

Custom Object: False

public class SfColorDefinition : SObject
Inheritance
SfColorDefinition
Inherited Members

Properties

Color

Color

Name: Color

SF Type: string

Nillable: True

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

Property Value

string

Context

Context

Name: Context

SF Type: string

Nillable: True

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

Property Value

string

DurableId

Color Definition Durable ID

Name: DurableId

SF Type: string

Nillable: True

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

Property Value

string

Id

Color Definition ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

TabDefinitionId

Tab Definition ID

Name: TabDefinitionId

SF Type: string

Nillable: True

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

Property Value

string

Theme

Theme

Name: Theme

SF Type: string

Nillable: True

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

Property Value

string