Class Measure
Represents the information needed for measure.
Inheritance
System.Object
Measure
Implements
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class Measure : Object, IMember
Constructors
Measure()
Declaration
public Measure()
Properties
UniqueName
Gets or sets the unique name of the measure.
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. |