StateGroup Class

Encapsulates all related states that are qualifying for the data points of a referenced MetricSet.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDescriptorBase
    Dundas.BI.Entities.MetricSetsStateGroup

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class StateGroup : DescriptorBase

The StateGroup type exposes the following members.

Constructors
 NameDescription
Public methodStateGroup(MeasureUsage, String, String) Initializes a new instance of the StateGroup class.
Public methodStateGroup(MetricSet, String, String) Initializes a new instance of the StateGroup class.
Top
Properties
 NameDescription
Public propertyDescription Gets or sets the object description.
(Inherited from DescriptorBase)
Public propertyId Gets the object ID.
(Inherited from DescriptorBase)
Public propertyMeasure Gets the metric set measure the state group is attached to.
Public propertyMetricSet Gets the metric set the group is attached to.
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBase)
Public propertyStates Gets the states.
Top
Methods
 NameDescription
Public methodAddState Adds a new state to the state group collection.
Public methodRemoveState Removes the state.
Public methodToStringReturns a string that represents the current object.
(Overrides DescriptorBaseToString)
Top
See Also