ExitsStatesCondition(ICollectionTargetDataCell, ICollectionDataState, ICollectionDataState, RequestOverrides, IEnumerableParameterValue) Constructor

Initializes a new instance of the ExitsStatesCondition class.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ExitsStatesCondition(
	ICollection<TargetDataCell> targetCells,
	ICollection<DataState> sourceStates,
	ICollection<DataState> targetStates,
	RequestOverrides requestOverrides,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

targetCells  ICollectionTargetDataCell
The target cells.
sourceStates  ICollectionDataState
The source states.
targetStates  ICollectionDataState
The target states.
requestOverrides  RequestOverrides
The metric set data retrieval overrides.
parameterValues  IEnumerableParameterValue
The parameter values.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequestOverrides or parameterValues is .
ArgumentExceptiontargetCells, targetStates or sourceStates is or empty or its elements are not referencing the same MeasureUsage object.
See Also