KpiMeasureValue 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) measure.
The KpiMeasureValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KpiMeasureValue() | Initializes a new instance of the KpiMeasureValue class. | |
KpiMeasureValue(IGlobalCache) | Initializes a new instance of the KpiMeasureValue class. | |
KpiMeasureValue(KpiMeasureValue) | Initializes a new instance of the KpiMeasureValue class, based on another KpiMeasureValue object. |
Top
Properties
Name | Description | |
---|---|---|
BaseKpiLocation | Gets or sets the location of the base key performance indicator (KPI) in the repository. | |
BaseKpiMeasure | Gets the base measure. | |
BaseKpiMeasureId | Gets or sets the GUID of the base measure. | |
CurrentValue | Gets or sets the current value of this object. | |
DisplayValue | Gets or sets the display value that is specified in the data source and formatted according to the measure settings. | |
IsInError | Gets or sets a Boolean value that indicates whether this measure value is in error. | |
IsInfinity | Gets or sets a value that indicates whether this measure value is infinity and whether is positive or negative infinity. | |
IsNull | Gets or sets a Boolean value that indicates whether this measure value is null. | |
LocalCache | Gets or sets the local cache that is used to look up objects. | |
Name | Gets the name of this measure value object. | |
OverrideValue | Gets the adjusted value of this measure value after applying the multiplier and rounding scheme. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CopyFrom | Copies from another KpiMeasureValue 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