Click or drag to resize

Threshold Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Model.KPIThreshold

Namespace:  Omada.OE.Model.KPI
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class Threshold

The Threshold type exposes the following members.

Constructors
  NameDescription
Public methodThreshold
Top
Properties
  NameDescription
Public propertyDescription
Shown as tooltip in the dashboard widget.
Public propertyOperator
Operator to use when comparing the threshold value with the KPI count.
Public propertyStatus
Status of the KPI if its count is within the threshold.
Public propertyValue
Threshold value.
Top
Methods
  NameDescription
Public methodStatic memberEvaluate
Public methodToString (Overrides ObjectToString.)
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