Interface IKeyword
Represents the interface for keywords.
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public interface IKeyword
Properties
Name
Gets or sets the name of the keyword.
Declaration
string Name { 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. |