KpiMeasureCollection Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of calculated metrics for a key performance indicator (KPI).
The KpiMeasureCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KpiMeasureCollection | Initializes a new instance of the KpiMeasureCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from KeyedCollection<Guid, KpiMeasure>.) | |
Count | (Inherited from Collection<KpiMeasure>.) | |
Dictionary | (Inherited from KeyedCollection<Guid, KpiMeasure>.) | |
Item[Guid] | Gets or sets the object with the specified GUID. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
Item[Int32] | (Inherited from Collection<KpiMeasure>.) | |
Items | (Inherited from Collection<KpiMeasure>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<KpiMeasure>.) | |
AddRange | Adds the objects in the specified collection to this collection. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
ChangeItemKey | (Inherited from KeyedCollection<Guid, KpiMeasure>.) | |
Clear | (Inherited from Collection<KpiMeasure>.) | |
ClearItems | (Inherited from KeyedCollection<Guid, KpiMeasure>.) | |
Clone | Performs a deep copy of this object. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
Contains(TKey) | (Inherited from KeyedCollection<Guid, KpiMeasure>.) | |
Contains(T) | (Inherited from Collection<KpiMeasure>.) | |
CopyTo | (Inherited from Collection<KpiMeasure>.) | |
Diff | Compares this collection with another collection and returns the differences. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
Equals | (Inherited from Object.) | |
Exists | Determines whether the collection contains objects that match the conditions defined by the specified predicate. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
Finalize | (Inherited from Object.) | |
ForEach | Performs the specified action on each object in the collection. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
GetElementEnumerable | Returns an enumerator for the base element collection. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
GetEnumerator | (Inherited from Collection<KpiMeasure>.) | |
GetHashCode | (Inherited from Object.) | |
GetKeyForItem | Returns the key for the specified object. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<KpiMeasure>.) | |
IndexOfGuid | Returns the index of the object with the specified GUID. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
IndexOfGuidSafe | Returns the specified object. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
IndexOfName | Returns the index of the object with the specified name. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
IndexOfNameSafe | Returns the index of the object with the specified name. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
Insert | (Inherited from Collection<KpiMeasure>.) | |
InsertItem | Inserts an object into the collection at the specified index. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(TKey) | (Inherited from KeyedCollection<Guid, KpiMeasure>.) | |
Remove(T) | (Inherited from Collection<KpiMeasure>.) | |
RemoveAt | (Inherited from Collection<KpiMeasure>.) | |
RemoveItem | (Inherited from KeyedCollection<Guid, KpiMeasure>.) | |
SetItem | Replaces the object at the specified index with the specified object. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
Sort() | Sorts the objects in the collection by name. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
Sort(IComparer) | Sorts the collection with the specified comparer. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this collection. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) |
Top
Explicit Interface Implementations
Top