Open this page in the API Guide

InStatesCondition Constructor (ICollection<TargetDataCell>, ICollection<DataState>, RequestOverrides, IEnumerable<ParameterValue>)

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 (25.1.0.1000)
Syntax
public InStatesCondition(
	ICollection<TargetDataCell> targetCells,
	ICollection<DataState> targetStates,
	RequestOverrides requestOverrides,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

targetCells
Type: System.Collections.Generic.ICollection<TargetDataCell>
The target cells.
targetStates
Type: System.Collections.Generic.ICollection<DataState>
The target states.
requestOverrides
Type: Dundas.BI.Data.DataRetrieval.RequestOverrides
The metric set data retrieval overrides.
parameterValues
Type: System.Collections.Generic.IEnumerable<ParameterValue>
The parameter values.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequestOverrides or parameterValues is null.
ArgumentExceptiontargetCells or targetStates is null or empty or its elements are not referencing the same MeasureUsage object.
See Also