InStatesCondition(ICollectionTargetDataCell, ICollectionDataState, RequestOverrides, IEnumerableParameterValue) Constructor

Initializes a new instance of the InStatesCondition 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 InStatesCondition(
	ICollection<TargetDataCell> targetCells,
	ICollection<DataState> targetStates,
	RequestOverrides requestOverrides,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

targetCells  ICollectionTargetDataCell
The target cells.
targetStates  ICollectionDataState
The target states.
requestOverrides  RequestOverrides
The metric set data retrieval overrides.
parameterValues  IEnumerableParameterValue
The parameter values.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequestOverrides or parameterValues is .
ArgumentExceptiontargetCells or targetStates is or empty or its elements are not referencing the same MeasureUsage object.
See Also