ActualCollection 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
Public method ActualCollection Initializes a new instance of the ActualCollection class.

Top

Properties

  Name Description
Public property Comparer (Inherited from KeyedCollection<Guid, KpiMeasure>.)
Public property Count (Inherited from Collection<KpiMeasure>.)
Protected property Dictionary (Inherited from KeyedCollection<Guid, KpiMeasure>.)
Public property Item[Int32] (Inherited from Collection<KpiMeasure>.)
Public property Item[Guid] Gets or sets the object with the specified GUID. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Protected property Items (Inherited from Collection<KpiMeasure>.)
Public property OwnerKpiLocation Gets or sets the location of the key performance indicator (KPI) that contains this collection.

Top

Methods

  Name Description
Public method Add (Inherited from Collection<KpiMeasure>.)
Public method AddRange Adds the objects in the specified collection to this collection. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Protected method ChangeItemKey (Inherited from KeyedCollection<Guid, KpiMeasure>.)
Public method Clear (Inherited from Collection<KpiMeasure>.)
Protected method ClearItems (Inherited from KeyedCollection<Guid, KpiMeasure>.)
Public method Clone Performs a deep copy of this collection. (Overrides ElementCollectionBase<ElementCollectionType, ElementType>.Clone().)
Public method Contains(TKey) (Inherited from KeyedCollection<Guid, KpiMeasure>.)
Public method Contains(T) (Inherited from Collection<KpiMeasure>.)
Public method CopyTo (Inherited from Collection<KpiMeasure>.)
Public method Diff Compares this collection with another collection and returns the differences. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method Equals (Inherited from Object.)
Public method Exists Determines whether the collection contains objects that match the conditions defined by the specified predicate. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Protected method Finalize (Inherited from Object.)
Public method ForEach Performs the specified action on each object in the collection. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method GetElementEnumerable Returns an enumerator for the base element collection. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method GetEnumerator (Inherited from Collection<KpiMeasure>.)
Public method GetHashCode (Inherited from Object.)
Protected method GetKeyForItem Returns the key for the specified object. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<KpiMeasure>.)
Public method IndexOfGuid Returns the index of the object with the specified GUID. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method IndexOfGuidSafe Returns the specified object. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method IndexOfName Returns the index of the object with the specified name. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method IndexOfNameSafe Returns the index of the object with the specified name. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method Insert (Inherited from Collection<KpiMeasure>.)
Protected method InsertItem Inserts the specified object into this collection at the specified index. (Overrides ElementCollectionBase<ElementCollectionType, ElementType>.InsertItem(Int32, ElementType).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(TKey) (Inherited from KeyedCollection<Guid, KpiMeasure>.)
Public method Remove(T) (Inherited from Collection<KpiMeasure>.)
Public method RemoveAt (Inherited from Collection<KpiMeasure>.)
Protected method RemoveItem Removes the object at the specified index from the collection. (Overrides KeyedCollection<TKey, TItem>.RemoveItem(Int32).)
Protected method SetItem Replaces the object at the specified index with the specified object. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method Sort() Sorts the objects in the collection by name. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method Sort(IComparer) Sorts the collection with the specified comparer. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Public method ToString (Inherited from Object.)
Public method Validate Validates this collection. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone Performs a deep copy of this object. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate method IDiffable.Diff Compares this object with another object and returns the differences. (Inherited from ElementCollectionBase<ElementCollectionType, ElementType>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<KpiMeasure>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<KpiMeasure>.)

Top

See also

Reference

ActualCollection class

Microsoft.PerformancePoint.Scorecards namespace