menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Hierarchy - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Hierarchy

    Represents a dimension hierarchy contained by a dimension or set.

    Inheritance
    System.Object
    Hierarchy
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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

    true if this instance is attribute hierarchy; otherwise, false.

    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

    true if visible; otherwise, false.

    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.

    Overrides
    System.Object.ToString()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved