menu

UWP

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

    Show / Hide Table of Contents

    Interface IFunctions

    Represents the interface for functions.

    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public interface IFunctions

    Properties

    member

    Gets or sets the member.

    Declaration
    IMember member { get; set; }
    Property Value
    Type
    IMember

    Name

    Gets or sets the name of the function.

    Declaration
    string Name { get; set; }
    Property Value
    Type
    System.String

    tuple

    Gets or sets the tuple.

    Declaration
    Tuple tuple { get; set; }
    Property Value
    Type
    Tuple

    Extension Methods

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