menu

UWP

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

    Show / Hide Table of Contents

    Class Hierarchize

    Represents the information about 'Hierarchize' keyword.

    Inheritance
    System.Object
    Hierarchize
    Implements
    IKeyword
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class Hierarchize : Object, IKeyword

    Constructors

    Hierarchize()

    Initializes a new instance of the Hierarchize class.

    Declaration
    public Hierarchize()

    Properties

    DrillDownLevel

    Gets or sets the drill down level.

    Declaration
    public DrillDownLevel DrillDownLevel { get; set; }
    Property Value
    Type
    DrillDownLevel

    DrillDownMember

    Gets or sets the drill down member.

    Declaration
    public DrillDownMember DrillDownMember { get; set; }
    Property Value
    Type
    DrillDownMember

    Name

    Gets or sets the name of the Hierarchize object.

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

    Methods

    Clone()

    Clones this instance.

    Declaration
    public Hierarchize Clone()
    Returns
    Type Description
    Hierarchize

    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

    Extension Methods

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