menu

UWP

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

    Show / Hide Table of Contents

    Class Tuple

    Represents the information needed for tuple.

    Inheritance
    System.Object
    Tuple
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class Tuple : Object

    Constructors

    Tuple()

    Declaration
    public Tuple()

    Properties

    IkeyWordCollection

    Gets or sets the collection of IKeyword objects.

    Declaration
    public IkeywordCollection IkeyWordCollection { get; set; }
    Property Value
    Type Description
    IkeywordCollection

    The collection of IKeyword objects.

    MemberCollection

    Gets or sets the collection of members.

    Declaration
    public MemberCollection MemberCollection { get; set; }
    Property Value
    Type Description
    MemberCollection

    The collection of members.

    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