Class Hierarchy
Represents a dimension hierarchy contained by a dimension or set.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class Hierarchy : IDisposable
Constructors
Hierarchy()
Initializes a new instance of the Hierarchy class.
Declaration
public Hierarchy()
Properties
Caption
Gets or sets the caption.
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The caption. |
DefaultLevelName
Gets or sets the default name of the level.
Declaration
public string DefaultLevelName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default name of the level. |
DefaultLevelUniqueName
Gets or sets the default name of the level unique.
Declaration
public string DefaultLevelUniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default name of the level unique. |
DefaultMemberUniqueName
Gets or sets the default name of the member unique.
Declaration
public string DefaultMemberUniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default name of the member unique. |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
DisplayFolder
Gets or sets the display folder.
Declaration
public string DisplayFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The display folder. |
IsAttributeHierarchy
Gets a value indicating whether this instance is attribute hierarchy.
Declaration
public bool IsAttributeHierarchy { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Levels
Gets or sets the levels.
Declaration
public LevelCollection Levels { get; set; }
Property Value
Type | Description |
---|---|
LevelCollection | The levels. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Contains the name. |
ParentDimension
Gets or sets the parent dimension.
Declaration
public Dimension ParentDimension { get; set; }
Property Value
Type | Description |
---|---|
Dimension | The parent dimension. |
Properties
Gets the properties.
Declaration
public PropertyCollection Properties { get; }
Property Value
Type | Description |
---|---|
PropertyCollection | The properties. |
UniqueName
Gets or sets the unique name.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the hierarchy. |
Visible
Gets or sets a value indicating whether this Hierarchy is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
GetDefaultLevel()
Gets the default level.
Declaration
public Level GetDefaultLevel()
Returns
Type | Description |
---|---|
Level | Level object |
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents the current System.Object. |