WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Tuple - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Tuple

    Represents an ordered collection of members from different hierarchies.

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

    A tuple consists of an ordered collection of members.

    A tuple cannot contain more than one member from any single hierarchy.

    In ADOMD.NET, a tuple is represented by encapsulating the collection of member objects that define the tuple. Tuple objects can be referenced only through the property of Tuples in a cell set.

    Constructors

    Tuple()

    Initializes a new instance of the Tuple class.

    Declaration
    public Tuple()

    Properties

    Members

    Gets or sets the collection members of the tuple.

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

    The collection members of the tuple.

    OrdinalPosition

    Gets or sets the ordinal position of the tuple.

    Declaration
    public int OrdinalPosition { get; }
    Property Value
    Type Description
    System.Int32

    The ordinal position of the tuple.

    Visible

    Gets or sets a value indicating whether this Tuple is visible.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ToString()

    Returns the System.String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents this instance.

    Overrides
    System.Object.ToString()

    ToUniqueString()

    Returns the unique System.String that represents this instance.

    Declaration
    public string ToUniqueString()
    Returns
    Type Description
    System.String

    A unique System.String that represents this instance.

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