KpiCollection 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] | Returns or sets the Element with the specified key (Inherited from FirstClassElementCollectionBase<ElementCollectionType, ElementType>.) | |
Item[Int32] | (Inherited from Collection<Kpi>.) | |
Item[RepositoryLocation] | Returns or sets the Element with the specified key (Inherited from FirstClassElementCollectionBase<ElementCollectionType, ElementType>.) | |
Items | (Inherited from Collection<Kpi>.) |
Top
Methods
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICloneable.Clone | (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 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