Class Tuple
Represents the Tuple information.
Inheritance
System.Object
Tuple
Namespace: Syncfusion.Olap.UWP.Data
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class Tuple : Object
Constructors
Tuple()
Initializes a new instance of the Tuple class.
Declaration
public Tuple()
Properties
Members
Gets or sets the members.
Declaration
public MemberCollection Members { get; set; }
Property Value
Type | Description |
---|---|
MemberCollection | The members. |
OrdinalPosition
Gets or sets the ordinal position.
Declaration
public int OrdinalPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ordinal position. |
Visible
Gets or sets a value indicating whether this Tuple is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|