Show / Hide Table of Contents

Class DBC.DashboardThemeFields

Fields for DashboardTheme, A set of style rules for the Dashboard

Inheritance
object
DBC.DashboardThemeFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
public static class DBC.DashboardThemeFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top