Show / Hide Table of Contents

Class DashboardTileDefinitionRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dashboard_tile_definition table.

Inheritance
object
DashboardTileDefinitionRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class DashboardTileDefinitionRecordData
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

DashboardTileDefinitionRecordData()

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the dashboard_tile_definition table.

Declaration
public DashboardTileDefinitionRecordData()
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

CurrencyCode

Currency code

Declaration
public string CurrencyCode
Field Value
Type Description
string
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

CurrencyMode

Dashboard currency mode

Declaration
public DashTileCurrencyMode CurrencyMode
Field Value
Type Description
DashTileCurrencyMode
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

DashboardTileDefinitionId

Primary key

Declaration
public int DashboardTileDefinitionId
Field Value
Type Description
int
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

DefaultHeight

Default height when added to a dashboard

Declaration
public int DefaultHeight
Field Value
Type Description
int
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

DefaultWidth

Default width when added to a dashboard

Declaration
public int DefaultWidth
Field Value
Type Description
int
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Description

Detailed description

Declaration
public string Description
Field Value
Type Description
string
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

EntityName

The entity measured by this tile, defines what provider to use

Declaration
public string EntityName
Field Value
Type Description
string
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

EntityType

Dashboard entity type

Declaration
public DashTileEntityType EntityType
Field Value
Type Description
DashTileEntityType
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

LayoutConfig

The JSON formatted layout config

Declaration
public string LayoutConfig
Field Value
Type Description
string
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Measure

Dashboard measure type (Count, Sum, Avg, etc.)

Declaration
public DashTileMeasure Measure
Field Value
Type Description
DashTileMeasure
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

MeasureByField

Field to group by

Declaration
public string MeasureByField
Field Value
Type Description
string
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

MeasureField

Field to be measured

Declaration
public string MeasureField
Field Value
Type Description
string
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Name

The name of the tile

Declaration
public string Name
Field Value
Type Description
string
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Registered

Registered when in UTC.

Declaration
public DateTime Registered
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

RegisteredAssociateId

Registered by whom

Declaration
public int RegisteredAssociateId
Field Value
Type Description
int
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SecondarySelectionId

Selection holding the replaced or changed criterias (period comparisons etc)

Declaration
public int SecondarySelectionId
Field Value
Type Description
int
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SelectionId

Selection holding the criterias for the tile definition

Declaration
public int SelectionId
Field Value
Type Description
int
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SortBy

Sort by field

Declaration
public string SortBy
Field Value
Type Description
string
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

TileType

Dashboard tile type

Declaration
public DashTileType TileType
Field Value
Type Description
DashTileType
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Updated

Last updated when in UTC.

Declaration
public DateTime Updated
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

UpdatedAssociateId

Last updated by whom

Declaration
public int UpdatedAssociateId
Field Value
Type Description
int
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

UpdatedCount

Number of updates made to this record

Declaration
public short UpdatedCount
Field Value
Type Description
short
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Usage

Where this tile can be used

Declaration
public DashTileUsage Usage
Field Value
Type Description
DashTileUsage
Remarks

Please use this class instead of a full DashboardTileDefinitionRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding DashboardTileDefinitionTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
DashboardTileDefinitionRecordDataExtensions.ToInsertAsync(DashboardTileDefinitionRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top