AddScriptMeasureOptions Class

Represents the options used when adding a script measure to a MetricSet.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAddScriptMeasureOptions

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 AddScriptMeasureOptions

The AddScriptMeasureOptions type exposes the following members.

Constructors
  NameDescription
Public methodAddScriptMeasureOptions
Initializes a new instance of the AddScriptMeasureOptions class.
Top
Properties
  NameDescription
Public propertyDefaultCaption
Gets or sets the optional default caption.
Public propertyDefaultUniqueName
Gets or sets the optional default unique name.
Public propertyMetricSetId
Gets or sets the metric set ID.
Public propertyScript
Gets or sets the script expression.
Top
See Also