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
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
ColorPalette
Color Palette
Name: ColorPalette
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "colorPalette")]
[Updateable(false)]
[Createable(false)]
public string ColorPalette { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
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
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
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
DashboardResultRunningUser
Running as
Name: DashboardResultRunningUser
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "dashboardResultRunningUser")]
[Updateable(false)]
[Createable(false)]
public string DashboardResultRunningUser { get; set; }
Property Value
Description
Description
Name: Description
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }
Property Value
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
FolderId
Folder ID
Name: FolderId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "folderId")]
[Updateable(false)]
[Createable(false)]
public string FolderId { get; set; }
Property Value
FolderName
Folder Name
Name: FolderName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "folderName")]
[Updateable(false)]
[Createable(false)]
public string FolderName { get; set; }
Property Value
Id
Dashboard ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
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
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
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
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
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
LeftSize
Left Size
Name: LeftSize
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "leftSize")]
[Updateable(false)]
[Createable(false)]
public string LeftSize { get; set; }
Property Value
MiddleSize
Middle Size
Name: MiddleSize
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "middleSize")]
[Updateable(false)]
[Createable(false)]
public string MiddleSize { get; set; }
Property Value
NamespacePrefix
Namespace Prefix
Name: NamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }
Property Value
Owner
ReferenceTo: User
RelationshipName: Owner
[JsonProperty(PropertyName = "owner")]
[Updateable(false)]
[Createable(false)]
public SfUser Owner { get; set; }
Property Value
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
[Updateable(false)]
[Createable(false)]
public string OwnerId { get; set; }
Property Value
RightSize
Right Size
Name: RightSize
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "rightSize")]
[Updateable(false)]
[Createable(false)]
public string RightSize { get; set; }
Property Value
RunningUser
ReferenceTo: User
RelationshipName: RunningUser
[JsonProperty(PropertyName = "runningUser")]
[Updateable(false)]
[Createable(false)]
public SfUser RunningUser { get; set; }
Property Value
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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
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
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; }