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 | |
---|---|---|
FirstClassElementHistoryCollection | Initializes a new instance of the FirstClassElementHistoryCollection class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Capacity | (inherited from CollectionBase) | |
Count | (inherited from CollectionBase) | |
Item | Gets or sets the FCO at a specific index. |
Top
Protected Properties
Name | Description | |
---|---|---|
InnerList | (inherited from CollectionBase) | |
List | (inherited from CollectionBase) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds an FCO to this collection. | |
AddRange | Adds another collection to this collection. | |
Clear | (inherited from CollectionBase) | |
Clone | Performs a deep clone of the collection. | |
Contains | Indicates if an FCO is in the collection. | |
CopyTo | Copies this collection to another collection. | |
Equals | Overloaded. (inherited from Object) | |
GetEnumerator | (inherited from CollectionBase) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IndexOf | Gets the zero-based index of the first occurrence within the collection of an item. | |
Insert | Inserts an FCO at a specific location. | |
ItemAt | Returns an element at a specific index. | |
ReferenceEquals | (inherited from Object) | |
Remove | Removes an FCO from this collection. | |
RemoveAt | (inherited from CollectionBase) | |
Sort | Sorts the collection based on a specific comparer. | |
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
FirstClassElementHistoryCollection Class
Microsoft.PerformancePoint.Scorecards Namespace