AddDynamicMeasureOptions Class

The options class used to add a dynamic measure to the metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAddDynamicMeasureOptions

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 AddDynamicMeasureOptions

The AddDynamicMeasureOptions type exposes the following members.

Constructors
  NameDescription
Public methodAddDynamicMeasureOptions
Initializes a new instance of the AddDynamicMeasureOptions class
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description.
Public propertyName
Gets or sets the name.
Top
See Also