Open this page in the API Guide

ContextualValue Class

Class used to model user input values for contextual measures or corrections for existing measures.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.DataInput.ContextualValue

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public class ContextualValue

The ContextualValue type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the measure input value ID.
Public propertyMeasureUniqueName
Gets the measure unique name.
Public propertyMetricSetId
Gets the metric set ID.
Public propertyValue
Gets the measure input value.
Top
See Also