Open this page in the API Guide

EntersStatesCondition Constructor (TargetDataCell, ICollection<DataState>)

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

Parameters

targetCell
Type: Dundas.BI.Notifications.TargetDataCell
The target cell.
targetStates
Type: System.Collections.Generic.ICollection<DataState>
The target states.
Exceptions
ExceptionCondition
ArgumentNullExceptiontargetCell is null.
ArgumentExceptiontargetStates is null or empty or its elements are not referencing the current instance MeasureUsage object.
See Also