CalculatedHierarchy Class

Class used to represent a calculated hierarchy based on a Dundas script.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsDerivedHierarchy
    Dundas.BI.Entities.MetricSetsCalculatedHierarchy

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class CalculatedHierarchy : DerivedHierarchy

The CalculatedHierarchy type exposes the following members.

Properties
 NameDescription
Public propertyAllMember Gets the "All Values Grouped" member when the hierarchy is aggregatable; otherwise it return .
(Inherited from DerivedHierarchy)
Public propertyAnalysisStructure Gets the parent analysis structure.
(Inherited from DerivedHierarchy)
Public propertyCaption Gets or sets the caption.
(Inherited from DerivedHierarchy)
Public propertyCategory Gets the potential analysis category for the current instance.
(Inherited from DerivedHierarchy)
Public propertyCompatibleUniqueName Gets the compatible unique name. This property allows grouping together compatible hierarchies across multiple IAnalysisStructures.
(Inherited from DerivedHierarchy)
Public propertyContainers Gets the container objects used alter the presentation of the elements using a folder-like approach.
(Inherited from DerivedHierarchy)
Public propertyDescription Gets or sets the description.
(Inherited from DerivedHierarchy)
Public propertyEntityId Gets the parent entity ID.
(Inherited from DerivedHierarchy)
Public propertyExpression Gets the underlying expression.
Public propertyHierarchyCategory Gets the current instance hierarchy category.
(Inherited from DerivedHierarchy)
Public propertyHierarchyDependencies Gets the hierarchy dependencies.
(Overrides DerivedHierarchyHierarchyDependencies)
Public propertyIsAnonymized Gets a value indicating whether the hierarchy members are to be anonymized during data retrieval operations, for legal or security reasons.
(Inherited from DerivedHierarchy)
Public propertyIsDisabledForExpandedMembers Gets or sets a flag that disables the computations for expanded hierarchy members.
Public propertyIsHidden Gets a value indicating whether this instance is hidden and therefore not present in the parent cube hierarchy collection.
(Inherited from DerivedHierarchy)
Public propertyIsHierarchy Gets a value indicating whether this instance is a hierarchy.
(Inherited from DerivedHierarchy)
Public propertyIsMeasure Gets a value indicating whether this instance is a measure.
(Inherited from DerivedHierarchy)
Public propertyIsTimeHierarchy Gets a value indicating whether this instance is a time hierarchy.
(Inherited from DerivedHierarchy)
Public propertyLevels Gets the hierarchy levels.
(Inherited from DerivedHierarchy)
Public propertyMeasureDependencies Gets the measure dependencies.
(Overrides DerivedHierarchyMeasureDependencies)
Public propertyMetricSet Gets the parent metric set.
(Inherited from DerivedHierarchy)
Public propertyParameters Gets the parameters for the current instance.
(Overrides DerivedHierarchyParameters)
Public propertyProperties Gets the various uncategorized properties.
(Inherited from DerivedHierarchy)
Public propertySecurityAttributeId Gets the security attribute ID, if one is associated with the current hierarchy.
(Inherited from DerivedHierarchy)
Public propertySortPolicy Gets the sorting behavior defined for the hierarchy.
(Inherited from DerivedHierarchy)
Public propertySupportedAggregators Gets the supported aggregators.
(Inherited from DerivedHierarchy)
Public propertyUniqueName Gets the object unique name.
(Inherited from DerivedHierarchy)
Top
Methods
 NameDescription
Public methodGetLevel Gets the level by its unique name.
(Inherited from DerivedHierarchy)
Public methodGetMember(MemberValue) Gets the member by the member value.
(Overrides DerivedHierarchyGetMember(MemberValue))
Public methodGetMember(String) Gets the member by the member unique name.
(Overrides DerivedHierarchyGetMember(String))
Public methodIsCompatibleWith Checks if the current instance is compatible with the specified hierarchy.
(Inherited from DerivedHierarchy)
Public methodMemberQuery(MemberRetrievalOptions, IHierarchyMember, NullableInt32) Enumerates hierarchy members. This is a flat list of members potentially on different hierarchy levels.
(Inherited from DerivedHierarchy)
Public methodMemberQuery(MemberRetrievalOptions, ICollectionMemberValue, NullableInt32, MemberValue) Enumerates hierarchy members. This is a flat list of members potentially on different hierarchy levels.
(Inherited from DerivedHierarchy)
Top
See Also