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. |