menu

UWP

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

    Show / Hide Table of Contents

    Class Hierarchies

    Represents the information of hierarchical elements.

    Inheritance
    System.Object
    Hierarchies
    Implements
    IKeyword
    ICloneable<Hierarchies>
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class Hierarchies : Object, IKeyword, ICloneable<Hierarchies>

    Constructors

    Hierarchies()

    Initializes a new instance of the Hierarchies class.

    Declaration
    public Hierarchies()

    Properties

    Members

    Gets or sets the collection of members.

    Declaration
    public HierarchizeCollection Members { get; set; }
    Property Value
    Type
    HierarchizeCollection

    Name

    Gets or sets the name of the hierarchical element.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Methods

    Add(Hierarchize)

    Adds the specified hierarchize object.

    Declaration
    public void Add(Hierarchize hierarchize)
    Parameters
    Type Name Description
    Hierarchize hierarchize

    The hierarchize object.

    Clone()

    Clones this instance.

    Declaration
    public Hierarchies Clone()
    Returns
    Type Description
    Hierarchies

    A copy of this instance.

    Validate()

    Validates this instance.

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    A value that indicates whether this instance is valid.

    Implements

    IKeyword
    ICloneable<T>

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved