Click or drag to resize

AnalyticsDashboardUiSettings Class

Ui settings for the analytics dashboard
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.ReportingAnalyticsDashboardUiSettings

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

The AnalyticsDashboardUiSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyShowLeftPane
ShowLeftPane
Public propertyShowRightPane
ShowRightPane
Public propertyShowToolbar
ShowToolbar
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