Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of key performance indicator (KPI) actuals, which are in turn represented by KpiMeasure objects.
The ActualCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ActualCollection | Initializes a new instance of the ActualCollection class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Comparer | (Inherited from KeyedCollection<Guid, KpiMeasure>.) |
![]() |
Count | (Inherited from Collection<KpiMeasure>.) |
![]() |
Dictionary | (Inherited from KeyedCollection<Guid, KpiMeasure>.) |
![]() |
Item[Int32] | (Inherited from Collection<KpiMeasure>.) |
![]() |
Item[Guid] | Gets or sets the object with the specified GUID. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.) |
![]() |
Items | (Inherited from Collection<KpiMeasure>.) |
![]() |
OwnerKpiLocation | Gets or sets the location of the key performance indicator (KPI) that contains this collection. |
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 collection. (Overrides ElementCollectionBase<ElementCollectionType, ElementType>.Clone().) |
![]() |
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 the specified object into this collection at the specified index. (Overrides ElementCollectionBase<ElementCollectionType, ElementType>.InsertItem(Int32, ElementType).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove(TKey) | (Inherited from KeyedCollection<Guid, KpiMeasure>.) |
![]() |
Remove(T) | (Inherited from Collection<KpiMeasure>.) |
![]() |
RemoveAt | (Inherited from Collection<KpiMeasure>.) |
![]() |
RemoveItem | Removes the object at the specified index from the collection. (Overrides KeyedCollection<TKey, TItem>.RemoveItem(Int32).) |
![]() |
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