Interface IMember
Represents the interface for members.
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public interface IMember
Properties
UniqueName
Gets or sets the unique name of the member.
Declaration
string UniqueName { get; set; }
Property Value
Type |
---|
System.String |
Methods
Validate()
Validates this instance.
Declaration
bool Validate()
Returns
Type | Description |
---|---|
System.Boolean | A value that indicates whether this instance is valid. |