Open this page in the API Guide

IncreasesCondition Constructor (ICollection<TargetDataCell>, RequestOverrides, IEnumerable<ParameterValue>)

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

Parameters

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