EntersStatesCondition(TargetDataCell, ICollectionDataState, ICollectionDataState) 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(
	TargetDataCell targetCell,
	ICollection<DataState> targetStates,
	ICollection<DataState> sourceStates
)

Parameters

targetCell  TargetDataCell
The target cell.
targetStates  ICollectionDataState
The target states.
sourceStates  ICollectionDataState
The source states.
Exceptions
ExceptionCondition
ArgumentNullExceptiontargetCell is .
ArgumentExceptiontargetStates or sourceStates is or empty or its elements are not referencing the current instance MeasureUsage object.
See Also