Class DashboardTileDefinitionTableInfo
Table 'dashboard_tile_definition': Describes the contents of a tile
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("dashboard_tile_definition")]
public class DashboardTileDefinitionTableInfo : 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 DashboardTileDefinition in the database dictionary: dashboard_tile_definition
Declaration
public const string DictionaryTableName = "dashboard_tile_definition"
Field Value
Type | Description |
---|---|
String |
Properties
CurrencyId
Field 'currency_id' in table 'dashboard_tile_definition': Dictionary type FK, .NET type: Int32
Currency of sale
Declaration
public Int32FieldInfo CurrencyId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
CurrencyId_InnerJoin_Currency
Generated join from the foreign key CurrencyId in this table, to its target table CurrencyTableInfo.
Declaration
public TargetedInnerJoin<CurrencyTableInfo> CurrencyId_InnerJoin_Currency { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<CurrencyTableInfo> |
CurrencyMode
Field 'currency_mode' in table 'dashboard_tile_definition': Dictionary type Enum, .NET type: DashTileCurrencyMode
Dashboard currency mode
Declaration
public DashTileCurrencyModeFieldInfo CurrencyMode { get; }
Property Value
Type | Description |
---|---|
DashTileCurrencyModeFieldInfo |
DashboardTileDefinitionId
Field 'dashboard_tile_definition_id' in table 'dashboard_tile_definition': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo DashboardTileDefinitionId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
DefaultHeight
Field 'default_height' in table 'dashboard_tile_definition': Dictionary type Int, .NET type: Int32
Default height when added to a dashboard
Declaration
public Int32FieldInfo DefaultHeight { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
DefaultWidth
Field 'default_width' in table 'dashboard_tile_definition': Dictionary type Int, .NET type: Int32
Default width when added to a dashboard
Declaration
public Int32FieldInfo DefaultWidth { 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
Description
Field 'description' in table 'dashboard_tile_definition': Dictionary type String[4001], .NET type: String
Detailed description
Declaration
public StringFieldInfo Description { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
DictionaryTableNumber
Table number for table DashboardTileDefinition 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 |
EntityName
Field 'entity_name' in table 'dashboard_tile_definition': Dictionary type String[256], .NET type: String
The entity measured by this tile, defines what provider to use
Declaration
public StringFieldInfo EntityName { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
EntityType
Field 'entity_type' in table 'dashboard_tile_definition': Dictionary type Enum, .NET type: DashTileEntityType
Dashboard entity type
Declaration
public DashTileEntityTypeFieldInfo EntityType { get; }
Property Value
Type | Description |
---|---|
DashTileEntityTypeFieldInfo |
LayoutConfig
Field 'layout_config' in table 'dashboard_tile_definition': Dictionary type Clob, .NET type: String
The JSON formatted layout config
Declaration
public StringFieldInfo LayoutConfig { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
LeftOuterJoin_DashboardTile_DashboardTileDefinitionId
Generated left outer join from the primary key DashboardTileDefinitionId on this table, to DashboardTile.DashboardTileDefinitionId.
Declaration
public TargetedLeftOuterJoin<DashboardTileTableInfo> LeftOuterJoin_DashboardTile_DashboardTileDefinitionId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<DashboardTileTableInfo> |
LeftOuterJoin_DashboardTileField_DashboardTileDefinitionId
Generated left outer join from the primary key DashboardTileDefinitionId on this table, to DashboardTileField.DashboardTileDefinitionId.
Declaration
public TargetedLeftOuterJoin<DashboardTileFieldTableInfo> LeftOuterJoin_DashboardTileField_DashboardTileDefinitionId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<DashboardTileFieldTableInfo> |
LeftOuterJoin_Selection_DashboardTileDefinitionId
Generated left outer join from the primary key DashboardTileDefinitionId on this table, to Selection.DashboardTileDefinitionId.
Declaration
public TargetedLeftOuterJoin<SelectionTableInfo> LeftOuterJoin_Selection_DashboardTileDefinitionId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<SelectionTableInfo> |
Measure
Field 'measure' in table 'dashboard_tile_definition': Dictionary type Enum, .NET type: DashTileMeasure
Dashboard measure type (Count, Sum, Avg, etc.)
Declaration
public DashTileMeasureFieldInfo Measure { get; }
Property Value
Type | Description |
---|---|
DashTileMeasureFieldInfo |
MeasureByField
Field 'measure_by_field' in table 'dashboard_tile_definition': Dictionary type String[256], .NET type: String
Field to group by
Declaration
public StringFieldInfo MeasureByField { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
MeasureField
Field 'measure_field' in table 'dashboard_tile_definition': Dictionary type String[256], .NET type: String
Field to be measured
Declaration
public StringFieldInfo MeasureField { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Name
Field 'name' in table 'dashboard_tile_definition': Dictionary type String[4001], .NET type: String
The name of the tile
Declaration
public StringFieldInfo Name { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Registered
Field 'registered' in table 'dashboard_tile_definition': 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_tile_definition': 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 |
SecondarySelectionId
Field 'secondary_selection_id' in table 'dashboard_tile_definition': Dictionary type FK, .NET type: Int32
Selection holding the replaced or changed criterias (period comparisons etc)
Declaration
public Int32FieldInfo SecondarySelectionId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
SecondarySelectionId_InnerJoin_Selection
Generated join from the foreign key SecondarySelectionId in this table, to its target table SelectionTableInfo.
Declaration
public TargetedInnerJoin<SelectionTableInfo> SecondarySelectionId_InnerJoin_Selection { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<SelectionTableInfo> |
SelectionId
Field 'selection_id' in table 'dashboard_tile_definition': Dictionary type FK, .NET type: Int32
Selection holding the criterias for the tile definition
Declaration
public Int32FieldInfo SelectionId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
SelectionId_InnerJoin_Selection
Generated join from the foreign key SelectionId in this table, to its target table SelectionTableInfo.
Declaration
public TargetedInnerJoin<SelectionTableInfo> SelectionId_InnerJoin_Selection { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<SelectionTableInfo> |
SortBy
Field 'sort_by' in table 'dashboard_tile_definition': Dictionary type String[256], .NET type: String
Sort by field
Declaration
public StringFieldInfo SortBy { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
TileType
Field 'tile_type' in table 'dashboard_tile_definition': Dictionary type Enum, .NET type: DashTileType
Dashboard tile type
Declaration
public DashTileTypeFieldInfo TileType { get; }
Property Value
Type | Description |
---|---|
DashTileTypeFieldInfo |
Updated
Field 'updated' in table 'dashboard_tile_definition': 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_tile_definition': 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_tile_definition': Dictionary type UShort, .NET type: Int16
Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |