ExitsStatesCondition Constructor (TargetDataCell, ICollectionDataState)

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 (24.2.0.1000)
Syntax
public ExitsStatesCondition(
	TargetDataCell targetCell,
	ICollection<DataState> sourceStates
)

Parameters

targetCell
Type: Dundas.BI.NotificationsTargetDataCell
The target cell.
sourceStates
Type: System.Collections.GenericICollectionDataState
The source states.
Exceptions
ExceptionCondition
ArgumentNullExceptionsourceStates is .
ArgumentExceptionsourceStates is or empty or its elements are not referencing the current instance MeasureUsage object.
See Also