ElementCollectionBase<ElementCollectionType, ElementType> members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for a collection of elements.
The ElementCollectionBase<ElementCollectionType, ElementType> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ElementCollectionBase<ElementCollectionType, ElementType> | Called from constructors in derived classes to initialize the ElementCollectionBase<ElementCollectionType, ElementType> class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from KeyedCollection<Guid, ElementType>.) | |
Count | (Inherited from Collection<ElementType>.) | |
Dictionary | (Inherited from KeyedCollection<Guid, ElementType>.) | |
Item[Int32] | (Inherited from Collection<ElementType>.) | |
Item[Guid] | Gets or sets the object with the specified GUID. | |
Items | (Inherited from Collection<ElementType>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<ElementType>.) | |
AddRange | Adds the objects in the specified collection to this collection. | |
ChangeItemKey | (Inherited from KeyedCollection<Guid, ElementType>.) | |
Clear | (Inherited from Collection<ElementType>.) | |
ClearItems | (Inherited from KeyedCollection<Guid, ElementType>.) | |
Clone | Performs a deep copy of this object. | |
Contains(TKey) | (Inherited from KeyedCollection<Guid, ElementType>.) | |
Contains(T) | (Inherited from Collection<ElementType>.) | |
CopyTo | (Inherited from Collection<ElementType>.) | |
Diff | Compares this collection with another collection and returns the differences. | |
Equals | (Inherited from Object.) | |
Exists | Determines whether the collection contains objects that match the conditions defined by the specified predicate. | |
Finalize | (Inherited from Object.) | |
ForEach | Performs the specified action on each object in the collection. | |
GetElementEnumerable | Returns an enumerator for the base element collection. | |
GetEnumerator | (Inherited from Collection<ElementType>.) | |
GetHashCode | (Inherited from Object.) | |
GetKeyForItem | Returns the key for the specified object. (Overrides KeyedCollection<TKey, TItem>.GetKeyForItem(TItem).) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<ElementType>.) | |
IndexOfGuid | Returns the index of the object with the specified GUID. | |
IndexOfGuidSafe | Returns the specified object. | |
IndexOfName | Returns the index of the object with the specified name. | |
IndexOfNameSafe | Returns the index of the object with the specified name. | |
Insert | (Inherited from Collection<ElementType>.) | |
InsertItem | Inserts an object into the collection at the specified index. (Overrides KeyedCollection<TKey, TItem>.InsertItem(Int32, TItem).) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(TKey) | (Inherited from KeyedCollection<Guid, ElementType>.) | |
Remove(T) | (Inherited from Collection<ElementType>.) | |
RemoveAt | (Inherited from Collection<ElementType>.) | |
RemoveItem | (Inherited from KeyedCollection<Guid, ElementType>.) | |
SetItem | Replaces the object at the specified index with the specified object. (Overrides KeyedCollection<TKey, TItem>.SetItem(Int32, TItem).) | |
Sort() | Sorts the objects in the collection by name. | |
Sort(IComparer) | Sorts the collection with the specified comparer. | |
ToString | (Inherited from Object.) | |
Validate | Validates this collection. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICloneable.Clone | Performs a deep copy of this object. | |
IList.Add | (Inherited from Collection<ElementType>.) | |
IList.Contains | (Inherited from Collection<ElementType>.) | |
ICollection.CopyTo | (Inherited from Collection<ElementType>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<ElementType>.) | |
IDiffable.Diff | Compares this object with another object and returns the differences. | |
IList.IndexOf | (Inherited from Collection<ElementType>.) | |
IList.Insert | (Inherited from Collection<ElementType>.) | |
IList.IsFixedSize | (Inherited from Collection<ElementType>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<ElementType>.) | |
IList.IsReadOnly | (Inherited from Collection<ElementType>.) | |
ICollection.IsSynchronized | (Inherited from Collection<ElementType>.) | |
IList.Item | (Inherited from Collection<ElementType>.) | |
IList.Remove | (Inherited from Collection<ElementType>.) | |
ICollection.SyncRoot | (Inherited from Collection<ElementType>.) |
Top
See also
Reference
ElementCollectionBase<ElementCollectionType, ElementType> class