Hierarchy Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a hierarchy.
The Hierarchy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Hierarchy() | Initializes a new instance of the Hierarchy class. | |
Hierarchy(Hierarchy) | Initializes a new instance of the Hierarchy class based on another Hierarchy object. | |
Hierarchy(String, String, String, String, String, HierarchyOrigin) | Initializes a new instance of the Hierarchy class with the specified properties. |
Top
Properties
Name | Description | |
---|---|---|
DefaultMemberName | Gets or sets the unique name of the hierarchy's default member. | |
Description | Gets or sets the description of this object. (Inherited from NameInfo.) | |
DimensionUniqueName | Gets or sets the unique name of the hierarchy's parent dimension. | |
DisplayFolder | Gets or sets the display folder of the hierarchy's parent dimension. | |
DisplayName | Gets or sets the display name of this object. (Inherited from NameInfo.) | |
HierarchyOrigin | Gets or sets the type of hierarchy. | |
Levels | Gets or sets the levels of the hierarchy. | |
UniqueName | Gets or sets the unique name of this object. (Inherited from NameInfo.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Overrides NameInfo.Clone().) | |
CompareTo(Hierarchy) | Compares this object to another object for sorting purposes. | |
CompareTo(NameInfo) | Compares this object to another object for sorting purposes. (Inherited from NameInfo.) | |
Diff | Compares this object to another object and returns the differences. (Overrides NameInfo.Diff(Object).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from NameInfo.) | |
Validate | Validates this object. (Overrides NameInfo.Validate().) |
Top