Show / Hide Table of Contents

Class DBC.DashboardTileFields

Fields for DashboardTile, Represents one tile in the dashboard

Inheritance
Object
DBC.DashboardTileFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DashboardTileFields

Fields

DashboardId

DashboardTile.DashboardId: The associated dashboard

Declaration
public const string DashboardId = "dashboard_id"
Field Value
Type Description
String

DashboardTileDefinitionId

DashboardTile.DashboardTileDefinitionId: The associated tile definition

Declaration
public const string DashboardTileDefinitionId = "dashboard_tile_definition_id"
Field Value
Type Description
String

DashboardTileId

DashboardTile.DashboardTileId: Primary key

Declaration
public const string DashboardTileId = "dashboard_tile_id"
Field Value
Type Description
String

Height

DashboardTile.Height: Height used by this tile in the dashboard

Declaration
public const string Height = "height"
Field Value
Type Description
String

Rank

DashboardTile.Rank: Rank order

Declaration
public const string Rank = "rank"
Field Value
Type Description
String

Registered

DashboardTile.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

DashboardTile.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Updated

DashboardTile.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

DashboardTile.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

DashboardTile.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String

Width

DashboardTile.Width: Width used by this tile in the dashboard

Declaration
public const string Width = "width"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top