Click or drag to resize

AnalyticsDashboard Class

Analytics dashboard
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.ReportingAnalyticsDashboard

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

The AnalyticsDashboard type exposes the following members.

Constructors
  NameDescription
Public methodAnalyticsDashboard
Top
Properties
  NameDescription
Public propertyAuthRoles
Auth roles that have access to the dashboard
Public propertyId
Id of dashboard
Public propertyLangStrings
Translations for name and descrption
Public propertySettings
UI settings for the dashboards
Public propertyUserGroups
User groups that have access to the dashboard
Top
Methods
  NameDescription
Public methodClone
ICloneable is necessary for caching
Public methodDescription
Description of dashboard
Public methodName
Name of dashboard
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