KpiValue Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the value of a key performance indicator (KPI) instance.
The KpiValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KpiValue() | Initializes a new instance of the KpiValue class. | |
KpiValue(IGlobalCache) | Initializes a new instance of the KpiValue class. |
Top
Properties
Name | Description | |
---|---|---|
Actual | Gets or sets the actual value for the key performance indicator (KPI). | |
Actuals | Gets the actuals for the key performance indicator (KPI). | |
BaseKpi | Gets or sets the base key performance indicator (KPI) that this value represents. | |
BaseKpiLocation | Gets or sets the location of the base key performance indicator (KPI) in the repository. | |
ErrorValue | Gets the value that indicates an error state. | |
IsInError | Gets or sets a Boolean value that indicates whether this value is in error. | |
LocalCache | Gets or sets the local cache that is used to look up objects. | |
Targets | Gets the target values for the key performance indicator (KPI). | |
Weight | Gets or sets the weight value that is used for the average weighted rollup. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
ComputeScore | Computes the banding and score for each target. | |
CopyFrom | Copies from another object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top