UpdateCubePerspectiveOptions Class

The DTO class for specifying how to updating a cube perspective.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsUpdateCubePerspectiveOptions

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 UpdateCubePerspectiveOptions

The UpdateCubePerspectiveOptions type exposes the following members.

Constructors
 NameDescription
Public methodUpdateCubePerspectiveOptions Initializes a new instance of the UpdateCubePerspectiveOptions class.
Top
Properties
 NameDescription
Public propertyCubePerspectiveId Gets the ID of the item's parent.
Public propertyHierarchyLevelUniqueNames Gets the unique names of the hierarchy levels to be included in the cube perspective.
Public propertyMeasureUniqueNames Gets the unique names of the measures to be included in the cube perspective.
Top
See Also