ExitsStatesCondition Class

Condition in which the measure value is tested to see if its value has exited one or more specified s.
Inheritance Hierarchy
SystemObject
  Dundas.BI.NotificationsDataDrivenCondition
    Dundas.BI.NotificationsDataStateCondition
      Dundas.BI.NotificationsExitsStatesCondition

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ExitsStatesCondition : DataStateCondition, 
	ISourceStatesCondition

The ExitsStatesCondition type exposes the following members.

Constructors
 NameDescription
Public methodExitsStatesCondition(TargetDataCell, ICollectionDataState) Initializes a new instance of the ExitsStatesCondition class.
Public methodExitsStatesCondition(ICollectionTargetDataCell, ICollectionDataState, ICollectionDataState, RequestOverrides, IEnumerableParameterValue) Initializes a new instance of the ExitsStatesCondition class.
Top
Properties
 NameDescription
Public propertyCategory Gets the condition category.
(Overrides DataDrivenConditionCategory)
Public propertyId Gets the condition ID.
(Inherited from DataDrivenCondition)
Public propertyMeasure Gets the measure usage element the condition is attached to.
(Inherited from DataDrivenCondition)
Public propertyMissingDataPolicy Gets or sets the missing data policy for the target cells.
(Inherited from DataDrivenCondition)
Public propertyParameterValues Gets the parameter values to be used in data retrieval.
(Inherited from DataDrivenCondition)
Public propertyRequestOverrides Gets the data retrieval request overrides, if any are defined.
(Inherited from DataDrivenCondition)
Public propertySourceStates Gets the source states for the current instance.
Public propertyTargetCells Gets the condition target cells.
(Inherited from DataDrivenCondition)
Public propertyTargetStates Gets the target states for the current instance.
(Inherited from DataStateCondition)
Top
Methods
 NameDescription
Public methodAddSourceState Adds a DataState to the current instance list of source states.
Public methodAddTargetCell Adds the specified target cell to the current instance monitoring list.
(Inherited from DataDrivenCondition)
Public methodAddTargetState Adds a DataState to the current instance list of target states.
(Inherited from DataStateCondition)
Public methodRemoveSourceState Removes a DataState from the current instance list of source states.
Public methodRemoveTargetCell Removes the target data cell from the current instance monitoring list.
(Inherited from DataDrivenCondition)
Public methodRemoveTargetState Removes a DataState from the current instance list of target states.
(Inherited from DataStateCondition)
Public methodSetDataRetrievalParameters Sets the data retrieval parameters for the current instance.
(Inherited from DataDrivenCondition)
Top
See Also