Click or drag to resize

DashboardConfiguration Class

The class DashboardConfiguration provides change tracking for dashboard that needs to be persisted.
Inheritance Hierarchy
SystemObject
  Dynamicweb.CoreEntityInt32
    Dynamicweb.DashboardsDashboardConfiguration

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public class DashboardConfiguration : Entity<int>

The DashboardConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodDashboardConfiguration
Initializes a new instance of the DashboardConfiguration class
Top
Properties
  NameDescription
Public propertyAudit (Inherited from EntityTKey.)
Public propertyDashboardType
Gets dashboard type
Public propertyID (Inherited from EntityTKey.)
Protected propertyIsChanged (Inherited from EntityTKey.)
Public propertyIsDeleted (Inherited from EntityTKey.)
Public propertyIsModified (Inherited from EntityTKey.)
Public propertyIsNew (Inherited from EntityTKey.)
Public propertyPath
Gets dashboard path
Public propertyState (Inherited from EntityTKey.)
Public propertyTitle
Gets dashboard title
Public propertyUserId
Gets dashboard user
Public propertyWidgets
Gets or sets collection of dashboard widgets
Top
Methods
  NameDescription
Protected methodBeginRestoring (Inherited from EntityTKey.)
Public methodDelete (Inherited from EntityTKey.)
Protected methodEndRestoring (Inherited from EntityTKey.)
Protected methodMarkAsModified (Inherited from EntityTKey.)
Public methodMarkAsNew
Mark entry as new
Protected methodSetEnumTEnum (Inherited from EntityTKey.)
Protected methodSetPropertyT(String, NullableT, NullableT) (Inherited from EntityTKey.)
Protected methodSetPropertyT(String, T, T) (Inherited from EntityTKey.)
Top
Explicit Interface Implementations
See Also