TargetDataCell Constructor (MeasureUsage, IListSingleMemberValue, IListSingleMemberValue)

Initializes a new instance of the TargetDataCell class, used as an investigation target for a DataDrivenCondition.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public TargetDataCell(
	MeasureUsage measureUsage,
	IList<SingleMemberValue> columnValues,
	IList<SingleMemberValue> rowValues
)

Parameters

measureUsage
Type: Dundas.BI.Entities.MetricSetsMeasureUsage
The measure usage the current instance is defined for.
columnValues
Type: System.Collections.GenericIListSingleMemberValue
The cell column coordinate values.
rowValues
Type: System.Collections.GenericIListSingleMemberValue
The cell row coordinate values.
Exceptions
ExceptionCondition
ArgumentNullExceptionmeasureUsage is .
ArgumentExceptioncolumnValues or rowValues are incompatible with the MeasureUsage definition.
TokenNotResolvableExceptioncolumnValues or rowValues contains a token that cannot be resolved.
See Also