Class VisualTools
Represents the information needed for visual tools functions.
Inheritance
System.Object
VisualTools
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class VisualTools : Object
Constructors
VisualTools()
Declaration
public VisualTools()
Properties
FunctionName
Gets or sets the name of the function.
Declaration
public string FunctionName { get; set; }
Property Value
Type |
---|
System.String |
member
Gets or sets the member.
Declaration
public IMember member { get; set; }
Property Value
Type |
---|
IMember |
tuple
Gets or sets the tuple.
Declaration
public Tuple tuple { get; set; }
Property Value
Type |
---|
Tuple |
Methods
Validate()
Validates this instance.
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean | A value that indicates whether this instance is valid. |