CreateContextualMeasureValueOptions Class

The data contract class used to provide options for creating a contextual measure value.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsCreateContextualMeasureValueOptions

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

The CreateContextualMeasureValueOptions type exposes the following members.

Constructors
  NameDescription
Public methodCreateContextualMeasureValueOptions
Initializes a new instance of the CreateContextualMeasureValueOptions class.
Top
Properties
  NameDescription
Public propertyContextualMeasureUniqueName
Gets or sets the unique name of the contextual measure.
Public propertyMetricSetId
Gets or sets the ID of the metric set.
Public propertyParameterValues
Gets the parameter values.
Public propertyRenderedMembers
Gets the rendered members.
Public propertyValue
Gets or sets the value.
Top
See Also