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
Context
Context
Name: Context
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "context")]
[Updateable(false)]
[Createable(false)]
public string Context { get; set; }
Property Value
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
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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
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
Theme
Theme
Name: Theme
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "theme")]
[Updateable(false)]
[Createable(false)]
public string Theme { get; set; }