CubePerspective Methods

The CubePerspective type exposes the following members.

Methods
  NameDescription
Public methodConfigureDataSecurityHierarchy
Configures the specified hierarchy as a data security hierarchy.
Public methodFindHierarchy(String)
Finds the hierarchy by its unique name.
Public methodFindHierarchy(String, Boolean)
Finds the hierarchy by its unique name.
Public methodFindLevel(String)
Finds the hierarchy level by its unique name.
Public methodFindLevel(String, Boolean)
Finds a hierarchy level by its unique name.
Public methodFindMember(String)
Finds the member.
Public methodFindMember(String, Boolean)
Finds the member by its unique name.
Public methodGetAnalysisElement
Gets the requested IAnalysisElement by its unique name.
Public methodGetHierarchy
Gets the requested IHierarchy by its unique name.
Public methodGetMeasure
Gets the requested IMeasure by its unique name.
Public methodRefreshTimeHierarchies
Refreshes the time hierarchies.
Public methodResetDataSecurityHierarchy
Resets the data security hierarchy as a standard hierarchy.
Public methodToString
Returns a string that represents the current object.
(Inherited from FileSystemEntry.)
Public methodTryGetAnalysisElement
Tries to get the requested IAnalysisElement by its unique name.
Public methodTryGetHierarchy
Tries to get the requested IHierarchy by its unique name.
Public methodTryGetMeasure
Tries to get the requested IMeasure by its unique name.
Public methodUpdateMeasures
Updates the measures collection with calculated one.
Top
See Also