Open this page in the API Guide

TargetDataCell Constructor (MeasureUsage, IList<SingleMemberValue>, IList<SingleMemberValue>)

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 (25.1.0.1000)
Syntax
public TargetDataCell(
	MeasureUsage measureUsage,
	IList<SingleMemberValue> columnValues,
	IList<SingleMemberValue> rowValues
)

Parameters

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