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()

Declaration
public DashboardTileDefinitionRecordData()

Fields

CurrencyId

Currency of sale

Declaration
public int CurrencyId
Field Value
Type Description
Int32

CurrencyMode

Dashboard currency mode

Declaration
public DashTileCurrencyMode CurrencyMode
Field Value
Type Description
DashTileCurrencyMode

DashboardTileDefinitionId

Primary key

Declaration
public int DashboardTileDefinitionId
Field Value
Type Description
Int32

DefaultHeight

Default height when added to a dashboard

Declaration
public int DefaultHeight
Field Value
Type Description
Int32

DefaultWidth

Default width when added to a dashboard

Declaration
public int DefaultWidth
Field Value
Type Description
Int32

Description

Detailed description

Declaration
public string Description
Field Value
Type Description
String

EntityName

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

Declaration
public string EntityName
Field Value
Type Description
String

EntityType

Dashboard entity type

Declaration
public DashTileEntityType EntityType
Field Value
Type Description
DashTileEntityType

LayoutConfig

The JSON formatted layout config

Declaration
public string LayoutConfig
Field Value
Type Description
String

Measure

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

Declaration
public DashTileMeasure Measure
Field Value
Type Description
DashTileMeasure

MeasureByField

Field to group by

Declaration
public string MeasureByField
Field Value
Type Description
String

MeasureField

Field to be measured

Declaration
public string MeasureField
Field Value
Type Description
String

Name

The name of the tile

Declaration
public string Name
Field Value
Type Description
String

Registered

Registered when in UTC.

Declaration
public DateTime Registered
Field Value
Type Description
DateTime

RegisteredAssociateId

Registered by whom

Declaration
public int RegisteredAssociateId
Field Value
Type Description
Int32

SecondarySelectionId

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

Declaration
public int SecondarySelectionId
Field Value
Type Description
Int32

SelectionId

Selection holding the criterias for the tile definition

Declaration
public int SelectionId
Field Value
Type Description
Int32

SortBy

Sort by field

Declaration
public string SortBy
Field Value
Type Description
String

TileType

Dashboard tile type

Declaration
public DashTileType TileType
Field Value
Type Description
DashTileType

Updated

Last updated when in UTC.

Declaration
public DateTime Updated
Field Value
Type Description
DateTime

UpdatedAssociateId

Last updated by whom

Declaration
public int UpdatedAssociateId
Field Value
Type Description
Int32

UpdatedCount

Number of updates made to this record

Declaration
public short UpdatedCount
Field Value
Type Description
Int16

Extension Methods

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