Class SfDashboardComponent
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Dashboard Component
SObject Name: DashboardComponent
Custom Object: False
public class SfDashboardComponent : SObject
- Inheritance
-
SfDashboardComponent
- Inherited Members
Properties
CustomReportId
Report ID
Name: CustomReportId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "customReportId")]
[Updateable(false)]
[Createable(false)]
public string CustomReportId { get; set; }
Property Value
Dashboard
ReferenceTo: Dashboard
RelationshipName: Dashboard
[JsonProperty(PropertyName = "dashboard")]
[Updateable(false)]
[Createable(false)]
public SfDashboard Dashboard { get; set; }
Property Value
DashboardId
Dashboard ID
Name: DashboardId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "dashboardId")]
[Updateable(false)]
[Createable(false)]
public string DashboardId { get; set; }
Property Value
Id
Dashboard Component ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Name
Dashboard Component Name
Name: Name
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }