Class KpiInfo
Contains index information of all KPI Elements in the tuple.
Inheritance
Inherited Members
Namespace: Syncfusion.Olap.Engine
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class KpiInfo
Constructors
KpiInfo()
Initializes a new instance of the KpiInfo class.
Declaration
public KpiInfo()
KpiInfo(KpiInfo)
Initializes a new instance of the KpiInfo class.
Declaration
public KpiInfo(KpiInfo kpiInfo)
Parameters
Type | Name | Description |
---|---|---|
KpiInfo | kpiInfo | The KPI information. |
Properties
ActualGoalValue
Gets or sets the actual goal value without $ symbol truncation.
Declaration
public string ActualGoalValue { get; set; }
Property Value
Type |
---|
System.String |
ActualMeasureValue
Gets or sets the actual measure value without $ symbol truncation.
Declaration
public string ActualMeasureValue { get; set; }
Property Value
Type |
---|
System.String |
GoalCaption
Gets or sets the unique name of the goal.
Declaration
public string GoalCaption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the goal. |
GoalIndex
Gets or sets the index of the goal.
Declaration
public int GoalIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the goal. |
GoalValue
Gets or sets the goal value which is used to identify the index of KPI_Goal.
Declaration
public string GoalValue { get; set; }
Property Value
Type |
---|
System.String |
IsValidKpi
Gets a value indicating whether this instance is valid KPI.
Declaration
public bool IsValidKpi { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Kpi_Name
Gets or sets the name of the KPI information.
Declaration
public string Kpi_Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the KPI information. |
MeasureCaption
Gets or sets the unique name of the measure.
Declaration
public string MeasureCaption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the measure. |
MeasureValue
Gets or sets the measure value which is used to identify the index of KPI_Value.
Declaration
public string MeasureValue { get; set; }
Property Value
Type |
---|
System.String |
MemberColumnIndex
Gets or sets the index of the member column.
Declaration
public int MemberColumnIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the member column. |
MemberName
Gets or sets the name of the member.
Declaration
public string MemberName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the member. |
MemberRowIndex
Gets or sets the index of the member row.
Declaration
public int MemberRowIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the member row. |
StatusGraphic
Gets or sets the status graphic value.
Declaration
public string StatusGraphic { get; set; }
Property Value
Type | Description |
---|---|
System.String | The status graphic value. |
StatusIndex
Gets or sets the index of the status.
Declaration
public int StatusIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the status. |
StatusValue
Gets or sets the status value which is used to identify the index of KPI_Status.
Declaration
public int StatusValue { get; set; }
Property Value
Type |
---|
System.Int32 |
TrendGraphic
Gets or sets the trend graphic value.
Declaration
public string TrendGraphic { get; set; }
Property Value
Type | Description |
---|---|
System.String | The trend graphic value. |
TrendIndex
Gets or sets the index of the trend.
Declaration
public int TrendIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the trend. |
TrendValue
Gets or sets trend value which is used to identify the index of KPI_Trend.
Declaration
public int TrendValue { get; set; }
Property Value
Type |
---|
System.Int32 |
ValueIndex
Gets or sets the index of the value.
Declaration
public int ValueIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the value. |
Methods
Copy(KpiInfo, KpiInfo)
Copies the specified source KPI information to the Destination KPI information.
Declaration
public static KpiInfo Copy(KpiInfo sourceKpiInfo, KpiInfo destinationKpiInfo)
Parameters
Type | Name | Description |
---|---|---|
KpiInfo | sourceKpiInfo | The source KPI information. |
KpiInfo | destinationKpiInfo | The destination KPI information. |
Returns
Type | Description |
---|---|
KpiInfo | A new copy of the merged source KPI and destination KPI. |