EntersStatesCondition Constructor (TargetDataCell, ICollectionDataState)

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

Parameters

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