QueryContextualMeasureValueOptions Class

The data contract class used to provide options for querying contextual measure values.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsQueryContextualMeasureValueOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class QueryContextualMeasureValueOptions

The QueryContextualMeasureValueOptions type exposes the following members.

Constructors
 NameDescription
Public methodQueryContextualMeasureValueOptions Initializes a new instance of the QueryContextualMeasureValueOptions class.
Top
Properties
 NameDescription
Public propertyContextualMeasures Gets the contextual measures.
Public propertyMetricSetId Gets or sets the ID of the metric set.
Public propertyParameterValues Gets the parameter values.
Top
See Also