menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisualTools - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved