State Class |
Namespace: Dundas.BI.Entities.MetricSets
The State type exposes the following members.
Name | Description | |
---|---|---|
![]() | Classification |
Gets or sets the classification for the state, which describes how "good" or "bad" the state is considered to be.
(Inherited from DataState.) |
![]() | Conditions |
Gets the state conditions.
|
![]() | Description |
Gets or sets the object description.
(Inherited from DescriptorBase.) |
![]() | Id |
Gets the object ID.
(Inherited from DescriptorBase.) |
![]() | LogicalOperator |
Gets or sets the conditions logical operator, when multiple conditions are defined for a single state.
|
![]() | Name |
Gets or sets the object name.
(Inherited from DescriptorBase.) |
![]() | StateGroup |
Gets the parent group.
(Inherited from DataState.) |
Name | Description | |
---|---|---|
![]() | AddCondition(MeasureUsage, ComparisonOperator) |
Adds a new MeasureCondition to the internal condition collection.
|
![]() | AddCondition(HierarchyUsage, MemberValue, ComparisonOperator) |
Adds a new HierarchyCondition to the internal condition collection.
|
![]() | AddCondition(HierarchyUsage, ParameterToken, ComparisonOperator) |
Adds a new HierarchyCondition to the internal condition collection.
|
![]() | RemoveCondition |
Removes the condition.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from DataState.) |