Kpi Members
Include Protected Members
Include Inherited Members
Represents a Key Performance Indicator (KPI). This class cannot be inherited.
The Kpi type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Kpi() | Initializes a new instance of Kpi using the default values. | |
Kpi(String, String) | Initializes a new instance of Kpi using a name and an identifier. |
Top
Methods
Name | Description | |
---|---|---|
AddToContainer(IContainer) | Infrastructure. (Inherited from ModelComponent.) | |
AfterInsert(Int32) | Infrastructure. (Inherited from ModelComponent.) | |
AfterMove(Int32, Int32) | Infrastructure. (Inherited from ModelComponent.) | |
AfterRemove(ModelComponentCollection) | Infrastructure. (Inherited from ModelComponent.) | |
BeforeRemove(Boolean) | Infrastructure. (Inherited from ModelComponent.) | |
Clone() | Creates a new, full copy of an object. | |
CopyTo(Kpi) | Copies a Kpi to the specified object. | |
CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) | |
CopyTo(NamedComponent) | (Inherited from NamedComponent.) | |
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Component.) | |
GetHashCode() | (Inherited from Object.) | |
GetLifetimeService() | (Inherited from MarshalByRefObject.) | |
GetService(Type) | (Inherited from Component.) | |
GetType() | (Inherited from Object.) | |
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
RemoveFromContainer(IContainer) | Infrastructure. (Inherited from ModelComponent.) | |
Reset() | (Inherited from NamedComponent.) | |
Submit() | Infrastructure. (Inherited from ModelComponent.) | |
Submit(Boolean) | Infrastructure. (Inherited from ModelComponent.) | |
ToString() | (Inherited from NamedComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Inherited from ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Overrides NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Top
Properties
Name | Description | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Inherited from ModelComponent.) | |
AssociatedMeasureGroup | Gets the measure group that is associated with the calculations in a Kpi. | |
AssociatedMeasureGroupID | Gets or sets the ID of the measure group that is associated with the calculations in a Kpi. | |
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
CurrentTimeMember | Gets or sets the CurrentTimeMember of a Kpi. | |
Description | (Inherited from NamedComponent.) | |
DesignMode | (Inherited from Component.) | |
DisplayFolder | Gets or sets the display folder associated with a Kpi object. | |
Events | (Inherited from Component.) | |
FriendlyName | (Inherited from NamedComponent.) | |
Goal | Gets or sets the Goal of a Kpi. | |
ID | (Inherited from NamedComponent.) | |
KeyForCollection | (Inherited from NamedComponent.) | |
Name | (Inherited from NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) | |
Parent | Gets the Cube object that is the parent of the Kpi object. | |
ParentDatabase | Gets the Database object that is the parent of the Kpi object's Cube object. | |
ParentKpiID | Gets or sets the ID of the parent Kpi. | |
ParentServer | Gets the Server object that is the parent of the Kpi. | |
Site | (Inherited from NamedComponent.) | |
SiteID | (Inherited from NamedComponent.) | |
Status | Gets or sets the status for a Kpi object in the form of an MDX expression. | |
StatusGraphic | Gets or sets the status graphic associated with a Kpi object. | |
Translations | Gets the collection of translations associated with a Kpi object. | |
Trend | Gets or sets the trend; which is represented by an MDX expression. | |
TrendGraphic | Gets or sets the trend graphic associated with a Kpi object. | |
Value | Gets or sets a value for a Kpi object, in the form of an MDX expression. | |
Weight | Gets or sets the weight value associated with a Kpi object. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone() | ||
IFormattable.ToString(String, IFormatProvider) | (Inherited from NamedComponent.) | |
IHostableComponent.Host | (Inherited from ModelComponent.) | |
IModelComponent.FriendlyPath | (Inherited from ModelComponent.) | |
IModelComponent.OwningCollection | (Inherited from ModelComponent.) |
Top