DataDrivenCondition Class

Data-Driven Condition definition.
Inheritance Hierarchy

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract class DataDrivenCondition

The DataDrivenCondition type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Gets the condition category.
Public propertyId
Gets the condition ID.
Public propertyMeasure
Gets the measure usage element the condition is attached to.
Public propertyMissingDataPolicy
Gets or sets the missing data policy for the target cells.
Public propertyParameterValues
Gets the parameter values to be used in data retrieval.
Public propertyRequestOverrides
Gets the data retrieval request overrides, if any are defined.
Public propertyTargetCells
Gets the condition target cells.
Top
Methods
  NameDescription
Public methodAddTargetCell
Adds the specified target cell to the current instance monitoring list.
Public methodRemoveTargetCell
Removes the target data cell from the current instance monitoring list.
Public methodSetDataRetrievalParameters
Sets the data retrieval parameters for the current instance.
Top
See Also