AddParallelPeriodMeasureOptions Class

The options class used to add a parallel period measure to the metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAddParallelPeriodMeasureOptions

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 AddParallelPeriodMeasureOptions

The AddParallelPeriodMeasureOptions type exposes the following members.

Constructors
  NameDescription
Public methodAddParallelPeriodMeasureOptions
Initializes a new instance of the AddParallelPeriodMeasureOptions class
Top
Properties
  NameDescription
Public propertyHierarchyLevelUniqueName
Gets or sets the hierarchy level unique name.
Public propertyMeasureUniqueName
Gets or sets the unique name of the measure.
Public propertyName
Gets or sets the name.
Public propertyOffset
Gets or sets the offset.
Top
See Also