Class DashboardThemeTableInfo
Table 'dashboard_theme': A set of style rules for the Dashboard
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("dashboard_theme")]
public class DashboardThemeTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling
Fields
DictionaryTableName
Conceptual name of table DashboardTheme in the database dictionary: dashboard_theme
Declaration
public const string DictionaryTableName = "dashboard_theme"
Field Value
Type | Description |
---|---|
String |
Properties
Client
Field 'client' in table 'dashboard_theme': Dictionary type String[256], .NET type: String
Name of client(s) this theme is available to
Declaration
public StringFieldInfo Client { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Config
Field 'config' in table 'dashboard_theme': Dictionary type Clob, .NET type: String
The JSON clob-formatted config
Declaration
public StringFieldInfo Config { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
DashboardThemeId
Field 'dashboard_theme_id' in table 'dashboard_theme': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo DashboardThemeId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
DictionaryTableNumber
Table number for table DashboardTheme in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
IsBuiltIn
Field 'isBuiltIn' in table 'dashboard_theme': Dictionary type Bool, .NET type: Int16
Is this row populated by SuperOffice?
Declaration
public UInt16FieldInfo IsBuiltIn { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
LeftOuterJoin_Dashboard_DashboardThemeId
Generated left outer join from the primary key DashboardThemeId on this table, to Dashboard.DashboardThemeId.
Declaration
public TargetedLeftOuterJoin<DashboardTableInfo> LeftOuterJoin_Dashboard_DashboardThemeId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<DashboardTableInfo> |
Name
Field 'name' in table 'dashboard_theme': Dictionary type String[4001], .NET type: String
The name of this theme
Declaration
public StringFieldInfo Name { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Rank
Field 'rank' in table 'dashboard_theme': Dictionary type UShort, .NET type: Int16
Rank order
Declaration
public UInt16FieldInfo Rank { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Registered
Field 'registered' in table 'dashboard_theme': Dictionary type UtcDateTime, .NET type: DateTime
Registered when
Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
RegisteredAssociateId
Field 'registered_associate_id' in table 'dashboard_theme': Dictionary type FK, .NET type: Int32
Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Updated
Field 'updated' in table 'dashboard_theme': Dictionary type UtcDateTime, .NET type: DateTime
Last updated when
Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
UpdatedAssociateId
Field 'updated_associate_id' in table 'dashboard_theme': Dictionary type FK, .NET type: Int32
Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
UpdatedCount
Field 'updatedCount' in table 'dashboard_theme': Dictionary type UShort, .NET type: Int16
Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |