Show / Hide Table of Contents

Class DBC.DashboardFields

Fields for Dashboard, Describes a dashboard

Inheritance
Object
DBC.DashboardFields
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 DashboardFields

Fields

AssociateId

Dashboard.AssociateId: Associate who owns this dashboard

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
String

Columns

Dashboard.Columns: How many columns there will be in the dashboard.

Declaration
public const string Columns = "columns"
Field Value
Type Description
String

DashboardId

Dashboard.DashboardId: Primary key

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

DashboardThemeId

Dashboard.DashboardThemeId: The theme belongs to set of slyle rules for the dashboard

Declaration
public const string DashboardThemeId = "dashboard_theme_id"
Field Value
Type Description
String

Description

Dashboard.Description: Detailed description

Declaration
public const string Description = "description"
Field Value
Type Description
String

Guid

Dashboard.Guid: GUID identifying a default dashboard from SuperOffice

Declaration
public const string Guid = "guid"
Field Value
Type Description
String

Name

Dashboard.Name: The name of this dashboard

Declaration
public const string Name = "name"
Field Value
Type Description
String

PinForAll

Dashboard.PinForAll: True if pinned for all

Declaration
public const string PinForAll = "pin_for_all"
Field Value
Type Description
String

PinForAssociates

Dashboard.PinForAssociates: Array of references to the pinned associates

Declaration
public const string PinForAssociates = "pin_for_associates"
Field Value
Type Description
String

PinForGroups

Dashboard.PinForGroups: Array of references to the pinned groups

Declaration
public const string PinForGroups = "pin_for_groups"
Field Value
Type Description
String

Registered

Dashboard.Registered: Registered when

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

RegisteredAssociateId

Dashboard.RegisteredAssociateId: Registered by whom

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

Updated

Dashboard.Updated: Last updated when

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

UpdatedAssociateId

Dashboard.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

Dashboard.UpdatedCount: Number of updates made to this record

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

VisibleForAll

Dashboard.VisibleForAll: True if visible for all

Declaration
public const string VisibleForAll = "visible_for_all"
Field Value
Type Description
String

VisibleForAssociates

Dashboard.VisibleForAssociates: Array of references to the visible for associates

Declaration
public const string VisibleForAssociates = "visible_for_associates"
Field Value
Type Description
String

VisibleForGroups

Dashboard.VisibleForGroups: Array of references to the visible for groups

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