Share via


ScorecardHistoryCollection Members (Microsoft.PerformancePoint.Scorecards)

A collection of scorecards. The different between ScorecardCollection and ScorecardHistoryCollection is that a ScorecardCollection is backed by a hashtable and the same scorecard but different version cannot be represented. ScorecardHistoryCollection is not backed by a hashtable, therefore multiple versions of the same scorecard can be added.

The following tables list the members exposed by the ScorecardHistoryCollection type.

Public Constructors

  Name Description
Public method ScorecardHistoryCollection The default constructor.

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Capacity  (inherited from CollectionBase)
Public property Count  (inherited from CollectionBase)
Public property Item Gets to sets the scorecard at the supplied index.

Top

Protected Properties

  Name Description
Protected property InnerList  (inherited from CollectionBase)
Protected property List  (inherited from CollectionBase)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Add Overloaded.  
Public method AddRange  (inherited from FirstClassElementHistoryCollection)
Public method Clear  (inherited from CollectionBase)
Public method Clone  Performs a deep clone of the collection. (inherited from FirstClassElementHistoryCollection)
Public method Contains Overloaded.  
Public method CopyTo Overloaded.  
Public method Equals  Overloaded. (inherited from Object)
Public method GetEnumerator  (inherited from CollectionBase)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public method IndexOf Overloaded.  
Public method Insert Overloaded.  
Public method ItemAt Returns the comment at the supplied index.
Public methodStatic ReferenceEquals  (inherited from Object)
Public method Remove Overloaded.  
Public method RemoveAt  (inherited from CollectionBase)
Public method Sort  (inherited from FirstClassElementHistoryCollection)
Public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)
Protected method OnClear  (inherited from CollectionBase)
Protected method OnClearComplete  (inherited from CollectionBase)
Protected method OnInsert  (inherited from CollectionBase)
Protected method OnInsertComplete  (inherited from CollectionBase)
Protected method OnRemove  (inherited from CollectionBase)
Protected method OnRemoveComplete  (inherited from CollectionBase)
Protected method OnSet  (inherited from CollectionBase)
Protected method OnSetComplete  (inherited from CollectionBase)
Protected method OnValidate  (inherited from CollectionBase)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementationMethod System.Collections.ICollection.CopyTo  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Add  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Contains  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.IndexOf  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Insert  (inherited from CollectionBase)
Explicit interface implementationMethod System.Collections.IList.Remove  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.ICollection.IsSynchronized  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.ICollection.SyncRoot  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.IList.IsFixedSize  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.IList.IsReadOnly  (inherited from CollectionBase)
Explicit interface implementationProperty System.Collections.IList.Item  (inherited from CollectionBase)

Top

See Also

Reference

ScorecardHistoryCollection Class
Microsoft.PerformancePoint.Scorecards Namespace