Share via


FirstClassElementHistoryCollection Members (Microsoft.PerformancePoint.Scorecards)

Represents a collection of first class objects (FCO).

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

Public Constructors

  Name Description
Public method FirstClassElementHistoryCollection Initializes a new instance of the FirstClassElementHistoryCollection class.

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 or sets the FCO at a specific 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 Adds an FCO to this collection.
Public method AddRange Adds another collection to this collection.
Public method Clear  (inherited from CollectionBase)
Public method Clone Performs a deep clone of the collection.
Public method Contains Indicates if an FCO is in the collection.
Public method CopyTo Copies this collection to another collection.
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 Gets the zero-based index of the first occurrence within the collection of an item.
Public method Insert Inserts an FCO at a specific location.
Public method ItemAt Returns an element at a specific index.
Public methodStatic ReferenceEquals  (inherited from Object)
Public method Remove Removes an FCO from this collection.
Public method RemoveAt  (inherited from CollectionBase)
Public method Sort Sorts the collection based on a specific comparer.
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

FirstClassElementHistoryCollection Class
Microsoft.PerformancePoint.Scorecards Namespace