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 DBC.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