Class DrillDownLevel
Represents the information needed for drill down level.
Inheritance
System.Object
DrillDownLevel
Implements
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class DrillDownLevel : Object, IKeyword
Constructors
DrillDownLevel()
Declaration
public DrillDownLevel()
Properties
MemberName
Gets or sets the name of the member.
Declaration
public IMember MemberName { get; set; }
Property Value
Type | Description |
---|---|
IMember | The name of the member. |
Name
Gets or sets the name of the drill down level.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the drill down level. |
Methods
Validate()
Validates this instance.
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean | A value that indicates whether this instance is valid. |