CustomState Class

Custom state defined explicitly for a notification DataStateCondition object.
Inheritance Hierarchy

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class CustomState : DataState

The CustomState 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.
(Inherited from DataState.)
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 propertyRangeNumberValue
Gets the state value range.
Public propertyStateGroup
Gets the parent group.
(Inherited from DataState.)
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from DataState.)
Top
See Also