Class DBC.DashboardThemeFields
Fields for DashboardTheme, A set of style rules for the Dashboard
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DashboardThemeFields : Object
Fields
Client
DashboardTheme.Client: Name of client(s) this theme is available to
Declaration
public const string Client = "client"
Field Value
Type | Description |
---|---|
String |
Config
DashboardTheme.Config: The JSON clob-formatted config
Declaration
public const string Config = "config"
Field Value
Type | Description |
---|---|
String |
DashboardThemeId
DashboardTheme.DashboardThemeId: Primary key
Declaration
public const string DashboardThemeId = "dashboard_theme_id"
Field Value
Type | Description |
---|---|
String |
IsBuiltIn
DashboardTheme.IsBuiltIn: Is this row populated by SuperOffice?
Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
Type | Description |
---|---|
String |
Name
DashboardTheme.Name: The name of this theme
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
Rank
DashboardTheme.Rank: Rank order
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
DashboardTheme.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
DashboardTheme.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Style
DashboardTheme.Style: Style value - for example 'light' or 'dark'
Declaration
public const string Style = "style"
Field Value
Type | Description |
---|---|
String |
Updated
DashboardTheme.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
DashboardTheme.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
DashboardTheme.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |