menu

WinForms

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

    Show / Hide Table of Contents

    Class Tuple

    Represents the information needed for tuple.

    Inheritance
    System.Object
    Tuple
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.MDXQueryParser
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class Tuple

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved