Click or drag to resize

AnalyticsDashboardSettings Class

Dashboard settings
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.ReportingAnalyticsDashboardSettings

Namespace:  Omada.OE.Model.Reporting
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class AnalyticsDashboardSettings : ICloneable

The AnalyticsDashboardSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsEditMode
Edit mode for dashboard
Public propertyIsVolatile
Is volatile allows persisting the dashboard settings
Public propertyTheme
Allow changing dashboard theme
Public propertyUiSettings
Dashboard UI settings
Top
Methods
  NameDescription
Public methodClone
ICloneable is necessary for caching
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also