AddParallelSlicerMeasureOptions Class

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

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 AddParallelSlicerMeasureOptions

The AddParallelSlicerMeasureOptions type exposes the following members.

Constructors
 NameDescription
Public methodAddParallelSlicerMeasureOptions Initializes a new instance of the AddParallelSlicerMeasureOptions class.
Top
Properties
 NameDescription
Public propertyDefaultParameterValues Gets or sets the default parameter values to be used for each of the slicer parameters, if specified.
Public propertyMeasureUniqueName Gets or sets the unique name of the measure.
Public propertyName Gets or sets the name.
Top
See Also