DataState Class

Encapsulates all the information for a data value individual state.
Inheritance Hierarchy

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 abstract class DataState : DescriptorBase

The DataState type exposes the following members.

Properties
 NameDescription
Public propertyClassification Gets or sets the classification for the state, which describes how "good" or "bad" the state is considered to be.
Public propertyDescription Gets or sets the object description.
(Inherited from DescriptorBase)
Public propertyId Gets the object ID.
(Inherited from DescriptorBase)
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBase)
Public propertyStateGroup Gets the parent group.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides DescriptorBaseToString)
Top
See Also