StateClassification Enumeration

Enumeration used for classifying states within a group.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public enum StateClassification
Members
  Member nameValueDescription
VeryBad-100 The worst possible state classification.
Bad-50 The state is considered to be bad.
Neutral0 The state is considered to be neutral.
Good50 The state is considered to be good.
VeryGood100 The best possible state classification.
See Also