Table of Contents

Class SfDashboard

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Dashboard

SObject Name: Dashboard

Custom Object: False

public class SfDashboard : SObject
Inheritance
SfDashboard
Inherited Members

Properties

BackgroundDirection

Background Fade Direction

Name: BackgroundDirection

SF Type: picklist

Nillable: False

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

Property Value

string

BackgroundEnd

Ending Color

Name: BackgroundEnd

SF Type: int

Nillable: False

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

Property Value

int?

BackgroundStart

Starting Color

Name: BackgroundStart

SF Type: int

Nillable: False

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

Property Value

int?

ChartTheme

Chart Background

Name: ChartTheme

SF Type: picklist

Nillable: True

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

Property Value

string

ColorPalette

Color Palette

Name: ColorPalette

SF Type: picklist

Nillable: True

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

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

CreatedById

Created By ID

Name: CreatedById

SF Type: reference

Nillable: False

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

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

DashboardResultRefreshedDate

Last refreshed for this user

Name: DashboardResultRefreshedDate

SF Type: string

Nillable: True

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

Property Value

string

DashboardResultRunningUser

Running as

Name: DashboardResultRunningUser

SF Type: string

Nillable: True

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

Property Value

string

Description

Description

Name: Description

SF Type: string

Nillable: True

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

Property Value

string

DeveloperName

Dashboard Unique Name

Name: DeveloperName

SF Type: string

Nillable: False

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

Property Value

string

FolderId

Folder ID

Name: FolderId

SF Type: reference

Nillable: False

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

Property Value

string

FolderName

Folder Name

Name: FolderName

SF Type: string

Nillable: True

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

Property Value

string

Id

Dashboard ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

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

Property Value

bool?

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

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

Property Value

string

LastModifiedDate

Last Modified Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }

Property Value

DateTimeOffset?

LastReferencedDate

Last Referenced Date

Name: LastReferencedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }

Property Value

DateTimeOffset?

LastViewedDate

Last Viewed Date

Name: LastViewedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }

Property Value

DateTimeOffset?

LeftSize

Left Size

Name: LeftSize

SF Type: picklist

Nillable: False

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

Property Value

string

MiddleSize

Middle Size

Name: MiddleSize

SF Type: picklist

Nillable: True

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

Property Value

string

NamespacePrefix

Namespace Prefix

Name: NamespacePrefix

SF Type: string

Nillable: True

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

Property Value

string

Owner

ReferenceTo: User

RelationshipName: Owner

[JsonProperty(PropertyName = "owner")]
[Updateable(false)]
[Createable(false)]
public SfUser Owner { get; set; }

Property Value

SfUser

OwnerId

Owner ID

Name: OwnerId

SF Type: reference

Nillable: False

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

Property Value

string

RightSize

Right Size

Name: RightSize

SF Type: picklist

Nillable: False

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

Property Value

string

RunningUser

ReferenceTo: User

RelationshipName: RunningUser

[JsonProperty(PropertyName = "runningUser")]
[Updateable(false)]
[Createable(false)]
public SfUser RunningUser { get; set; }

Property Value

SfUser

RunningUserId

Running User ID

Name: RunningUserId

SF Type: reference

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

TextColor

Text Color

Name: TextColor

SF Type: int

Nillable: False

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

Property Value

int?

Title

Title

Name: Title

SF Type: string

Nillable: False

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

Property Value

string

TitleColor

Title Color

Name: TitleColor

SF Type: int

Nillable: False

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

Property Value

int?

TitleSize

Title Size

Name: TitleSize

SF Type: int

Nillable: False

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

Property Value

int?

Type

Dashboard Running User

Name: Type

SF Type: picklist

Nillable: False

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

Property Value

string