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

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 (26.2.0.1000)
Syntax
public EntersStatesCondition(
	ICollection<TargetDataCell> targetCells,
	ICollection<DataState> targetStates,
	ICollection<DataState> sourceStates,
	RequestOverrides requestOverrides,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

targetCells  ICollectionTargetDataCell
The target cells.
targetStates  ICollectionDataState
The target states.
sourceStates  ICollectionDataState
The source 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