Class DrillDownMember
Represents the information needed for drill down members.
Inheritance
System.Object
DrillDownMember
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 DrillDownMember : IKeyword
Constructors
DrillDownMember()
Declaration
public DrillDownMember()
Properties
ChildDrillDownMember
Gets or sets the child drill down member.
Declaration
public DrillDownMember ChildDrillDownMember { get; set; }
Property Value
Type | Description |
---|---|
DrillDownMember | The child drill down member. |
DrillDownLevel
Gets or sets the drill down level.
Declaration
public DrillDownLevel DrillDownLevel { get; set; }
Property Value
Type | Description |
---|---|
DrillDownLevel | The drill down level. |
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 member.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the drill down member. |
Methods
Validate()
Validates this instance.
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean | A value that indicates whether this instance is valid. |