CreateMeasureCorrectionValueOptions Class

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

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

The CreateMeasureCorrectionValueOptions type exposes the following members.

Constructors
  NameDescription
Public methodCreateMeasureCorrectionValueOptions
Initializes a new instance of the CreateMeasureCorrectionValueOptions class.
Top
Properties
  NameDescription
Public propertyIsPublic
Gets or sets a value indicating whether this value is public.
Public propertyMeasureUniqueName
Gets or sets the unique name of the 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 propertyText
Gets or sets the text.
Public propertyValue
Gets or sets the value.
Top
See Also