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.3.0.1000)
Syntax public enum StateClassification
Public Enumeration StateClassification
public enum class StateClassification
Members
| Member name | Value | Description |
---|
| VeryBad | -100 |
The worst possible state classification.
|
| Bad | -50 |
The state is considered to be bad.
|
| Neutral | 0 |
The state is considered to be neutral.
|
| Good | 50 |
The state is considered to be good.
|
| VeryGood | 100 |
The best possible state classification.
|
See Also