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 | |
---|---|---|
ScorecardHistoryCollection | The default constructor. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Capacity | (inherited from CollectionBase) | |
Count | (inherited from CollectionBase) | |
Item | Gets to sets the scorecard at the supplied index. |
Top
Protected Properties
Name | Description | |
---|---|---|
InnerList | (inherited from CollectionBase) | |
List | (inherited from CollectionBase) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Overloaded. | |
AddRange | (inherited from FirstClassElementHistoryCollection) | |
Clear | (inherited from CollectionBase) | |
Clone | Performs a deep clone of the collection. (inherited from FirstClassElementHistoryCollection) | |
Contains | Overloaded. | |
CopyTo | Overloaded. | |
Equals | Overloaded. (inherited from Object) | |
GetEnumerator | (inherited from CollectionBase) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IndexOf | Overloaded. | |
Insert | Overloaded. | |
ItemAt | Returns the comment at the supplied index. | |
ReferenceEquals | (inherited from Object) | |
Remove | Overloaded. | |
RemoveAt | (inherited from CollectionBase) | |
Sort | (inherited from FirstClassElementHistoryCollection) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
OnClear | (inherited from CollectionBase) | |
OnClearComplete | (inherited from CollectionBase) | |
OnInsert | (inherited from CollectionBase) | |
OnInsertComplete | (inherited from CollectionBase) | |
OnRemove | (inherited from CollectionBase) | |
OnRemoveComplete | (inherited from CollectionBase) | |
OnSet | (inherited from CollectionBase) | |
OnSetComplete | (inherited from CollectionBase) | |
OnValidate | (inherited from CollectionBase) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | (inherited from CollectionBase) | |
System.Collections.IList.Add | (inherited from CollectionBase) | |
System.Collections.IList.Contains | (inherited from CollectionBase) | |
System.Collections.IList.IndexOf | (inherited from CollectionBase) | |
System.Collections.IList.Insert | (inherited from CollectionBase) | |
System.Collections.IList.Remove | (inherited from CollectionBase) | |
System.Collections.ICollection.IsSynchronized | (inherited from CollectionBase) | |
System.Collections.ICollection.SyncRoot | (inherited from CollectionBase) | |
System.Collections.IList.IsFixedSize | (inherited from CollectionBase) | |
System.Collections.IList.IsReadOnly | (inherited from CollectionBase) | |
System.Collections.IList.Item | (inherited from CollectionBase) |
Top
See Also
Reference
ScorecardHistoryCollection Class
Microsoft.PerformancePoint.Scorecards Namespace