Class Hierarchize
Represents the information about 'Hierarchize' keyword.
Inheritance
System.Object
Hierarchize
Implements
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)
System.Object.ToString()
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class Hierarchize : 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. |