Click or drag to resize

KeyPerformanceIndicator Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Model.KPIKeyPerformanceIndicator

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

The KeyPerformanceIndicator type exposes the following members.

Constructors
  NameDescription
Public methodKeyPerformanceIndicator
Top
Properties
  NameDescription
Public propertyActiveThreshold
The "active" threshold is calculated based on the KPI thresholds and the CounterResult. Can be null.
Public propertyCounter
Public propertyCounterResult
Result of counter evaluation.
Public propertyDescription
KPI description in active user's language.
Public propertyDetailsClick
Javascript function to be executed when KPI is clicked to display the counted objects. KPIs of type 'View' don't need to have a click function - they are clickable automatically. If, however, one such does have a click function then it overrides the default behaviour.
Public propertyDrillDownParams
Parameters of the drill-down
Public propertyDrillDownType
Drill-down type. What to do when KPI is clicked
Public propertyHideCount
Hide the number of counted objects in the KPI widget?
Public propertyId
KPI data object id.
Public propertyImage
File name of an app icon.
Public propertyName
KPI name in active user's language.
Public propertyStatus
Status indicator is calculated based on ActiveThreshold.
Public propertyStatusDescription
Public propertyThresholdCount
Public propertyThresholds
Public propertyUId
UId of KPI data object
Top
Methods
  NameDescription
Public methodAddThreshold
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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also