Class Kpi
Represents the information needed for KPI
Inheritance
System.Object
Kpi
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class Kpi : IMember
Constructors
Kpi()
Declaration
public Kpi()
Properties
UniqueName
Gets or sets the unique name of the KPI.
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. |