Class Dimension
Represents the information needed for dimension elements.
Inheritance
System.Object
Dimension
Implements
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class Dimension : Object, IMember
Constructors
Dimension()
Declaration
public Dimension()
Properties
UniqueName
Gets or sets the unique name of the dimension.
Declaration
public string UniqueName { get; set; }
Property Value
Type |
---|
System.String |
Methods
Validate()
Validates this instance.
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean | A value that indicates whether this instance is valid. |