KpiCollection Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of key performance indicators (KPIs).
The KpiCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KpiCollection | Initializes a new instance of the KpiCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from KeyedCollection<RepositoryLocation, Kpi>.) | |
Count | (Inherited from Collection<Kpi>.) | |
Dictionary | (Inherited from KeyedCollection<RepositoryLocation, Kpi>.) | |
Item[Guid] | Gets the object with the specified GUID. (Inherited from FirstClassElementCollectionBase<ElementCollectionType, ElementType>.) | |
Item[Int32] | (Inherited from Collection<Kpi>.) | |
Item[RepositoryLocation] | Gets the object with the specified location. (Inherited from FirstClassElementCollectionBase<ElementCollectionType, ElementType>.) | |
Items | (Inherited from Collection<Kpi>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | Performs a deep copy of this object. (Inherited from FirstClassElementCollectionBase<ElementCollectionType, ElementType>.) | |
IList.Add | (Inherited from Collection<Kpi>.) | |
IList.Contains | (Inherited from Collection<Kpi>.) | |
ICollection.CopyTo | (Inherited from Collection<Kpi>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<Kpi>.) | |
IDiffable.Diff | Compares this object with another object and returns the differences. (Inherited from FirstClassElementCollectionBase<ElementCollectionType, ElementType>.) | |
IList.IndexOf | (Inherited from Collection<Kpi>.) | |
IList.Insert | (Inherited from Collection<Kpi>.) | |
IList.IsFixedSize | (Inherited from Collection<Kpi>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<Kpi>.) | |
IList.IsReadOnly | (Inherited from Collection<Kpi>.) | |
ICollection.IsSynchronized | (Inherited from Collection<Kpi>.) | |
IList.Item | (Inherited from Collection<Kpi>.) | |
IList.Remove | (Inherited from Collection<Kpi>.) | |
ICollection.SyncRoot | (Inherited from Collection<Kpi>.) |
Top