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

Initializes a new instance of the EntersStatesCondition class.

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

Parameters

targetCells
Type: System.Collections.GenericICollectionTargetDataCell
The target cells.
targetStates
Type: System.Collections.GenericICollectionDataState
The target states.
sourceStates
Type: System.Collections.GenericICollectionDataState
The source states.
requestOverrides
Type: Dundas.BI.Data.DataRetrievalRequestOverrides
The metric set data retrieval overrides.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
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