UpdateScriptMeasureOptions Class

Represents the options used when updating a script measure in a MetricSet.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsUpdateScriptMeasureOptions

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 UpdateScriptMeasureOptions

The UpdateScriptMeasureOptions type exposes the following members.

Constructors
 NameDescription
Public methodUpdateScriptMeasureOptionsInitializes a new instance of the UpdateScriptMeasureOptions class
Top
Properties
 NameDescription
Public propertyAlignment Gets or sets the alignment.
Public propertyEnforceHierarchyCubeCheck Gets or sets a value indicating whether the hierarchy cube check should be enforced.
Public propertyMeasureUsage Gets or sets the measure usage data.
Public propertyMetricSetId Gets or sets the metric set ID.
Top
See Also