FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for a FirstClassElementCollection object.

The FirstClassElementCollectionBase<ElementCollectionType, ElementType> type exposes the following members.

Constructors

  Name Description
Protected method FirstClassElementCollectionBase<ElementCollectionType, ElementType> Called from constructors in derived classes to initialize the FirstClassElementCollectionBase<ElementCollectionType, ElementType> class.

Top

Properties

  Name Description
Public property Comparer (Inherited from KeyedCollection<RepositoryLocation, ElementType>.)
Public property Count (Inherited from Collection<ElementType>.)
Protected property Dictionary (Inherited from KeyedCollection<RepositoryLocation, ElementType>.)
Public property Item[Int32] (Inherited from Collection<ElementType>.)
Public property Item[Guid] Returns or sets the Element with the specified key
Public property Item[RepositoryLocation] Returns or sets the Element with the specified key
Protected property Items (Inherited from Collection<ElementType>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<ElementType>.)
Public method AddRange Adds the properties in the collection.
Protected method ChangeItemKey (Inherited from KeyedCollection<RepositoryLocation, ElementType>.)
Public method Clear (Inherited from Collection<ElementType>.)
Protected method ClearItems (Inherited from KeyedCollection<RepositoryLocation, ElementType>.)
Public method Clone Performs a deep copy of the collection.
Public method Contains(T) (Inherited from Collection<ElementType>.)
Public method Contains(Guid) Returns the index of the supplied [UniqueName].
Public method Contains(TKey) (Inherited from KeyedCollection<RepositoryLocation, ElementType>.)
Public method CopyTo (Inherited from Collection<ElementType>.)
Public method Diff Compares this collection with another and returns the differences.
Public method Equals (Inherited from Object.)
Public method Exists Determines whether the collection contains elements that match the conditions defined by the specified predicate.
Protected method Finalize (Inherited from Object.)
Public method ForEach Performs the specified action on each element of the List.
Public method GetElementEnumerable Return an enumerator for the base element collection
Public method GetEnumerator (Inherited from Collection<ElementType>.)
Public method GetHashCode (Inherited from Object.)
Protected method GetKeyForItem Returns the key for the specified Element. (Overrides KeyedCollection<TKey, TItem>.GetKeyForItem(TItem).)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<ElementType>.)
Public method IndexOfGuid Returns the index of the supplied [UniqueName].
Public method IndexOfLocation Returns the index of the supplied [UniqueName].
Public method IndexOfLocationSafe Returns an elementtype if it exists with the given location, otherwise it returns null.
Public method IndexOfName Returns the index of the supplied [DisplayName]. Returns the index of the first found.
Public method IndexOfNameSafe Returns an elementtype if it exists with the given name, otherwise it returns null.
Public method Insert (Inherited from Collection<ElementType>.)
Protected method InsertItem Inserts an element into the KeyedCollection<TKey, TItem> at the specified index. (Overrides KeyedCollection<TKey, TItem>.InsertItem(Int32, TItem).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(T) (Inherited from Collection<ElementType>.)
Public method Remove(Guid)
Public method Remove(TKey) (Inherited from KeyedCollection<RepositoryLocation, ElementType>.)
Public method RemoveAt (Inherited from Collection<ElementType>.)
Protected method RemoveItem (Inherited from KeyedCollection<RepositoryLocation, ElementType>.)
Protected method SetItem Replaces the item at the specified index with the specified item. (Overrides KeyedCollection<TKey, TItem>.SetItem(Int32, TItem).)
Public method Sort() Sorts the collection using the [DefaultElementComparer].
Public method Sort(IComparer) Sorts the collection with the supplied comparer.
Public method ToString (Inherited from Object.)
Public method Validate Validate this object.

Top

Explicit interface implementations

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

Top

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

Microsoft.PerformancePoint.Scorecards namespace