Table of Contents

Class SfIconDefinition

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Icon Definition

SObject Name: IconDefinition

Custom Object: False

public class SfIconDefinition : SObject
Inheritance
SfIconDefinition
Inherited Members

Properties

ContentType

Content Type

Name: ContentType

SF Type: string

Nillable: True

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

Property Value

string

DurableId

Icon 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

Height

Height

Name: Height

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "height")]
[Updateable(false)]
[Createable(false)]
public int? Height { get; set; }

Property Value

int?

Id

Icon 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

Url

URL

Name: Url

SF Type: string

Nillable: True

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

Property Value

string

Width

Width

Name: Width

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "width")]
[Updateable(false)]
[Createable(false)]
public int? Width { get; set; }

Property Value

int?