FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
FirstClassElementCollectionBase<ElementCollectionType, ElementType> | Called from constructors in derived classes to initialize the FirstClassElementCollectionBase<ElementCollectionType, ElementType> class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from KeyedCollection<RepositoryLocation, ElementType>.) | |
Count | (Inherited from Collection<ElementType>.) | |
Dictionary | (Inherited from KeyedCollection<RepositoryLocation, ElementType>.) | |
Item[Int32] | (Inherited from Collection<ElementType>.) | |
Item[Guid] | Gets the object with the specified GUID. | |
Item[RepositoryLocation] | Gets the object with the specified location. | |
Items | (Inherited from Collection<ElementType>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<ElementType>.) | |
AddRange | Adds the properties in the collection. | |
ChangeItemKey | (Inherited from KeyedCollection<RepositoryLocation, ElementType>.) | |
Clear | (Inherited from Collection<ElementType>.) | |
ClearItems | (Inherited from KeyedCollection<RepositoryLocation, ElementType>.) | |
Clone | Performs a deep copy of this object. | |
Contains(T) | (Inherited from Collection<ElementType>.) | |
Contains(Guid) | Determines whether this collection contains the object with the specified GUID. | |
Contains(TKey) | (Inherited from KeyedCollection<RepositoryLocation, 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 elements that match the conditions defined by the specified predicate. | |
Finalize | (Inherited from Object.) | |
ForEach | Performs the specified action on each element in the collection. | |
GetElementEnumerable | Returns an enumerator for the base element collection. | |
GetEnumerator | (Inherited from Collection<ElementType>.) | |
GetHashCode | (Inherited from Object.) | |
GetKeyForItem | Returns the location of 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. | |
IndexOfLocation | Returns the index of an object. | |
IndexOfLocationSafe | Returns the index of an object. | |
IndexOfName | Returns the index of the display name of an object. | |
IndexOfNameSafe | Returns the item 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(T) | (Inherited from Collection<ElementType>.) | |
Remove(Guid) | Removes an object from the collection. | |
Remove(TKey) | (Inherited from KeyedCollection<RepositoryLocation, ElementType>.) | |
RemoveAt | (Inherited from Collection<ElementType>.) | |
RemoveItem | (Inherited from KeyedCollection<RepositoryLocation, ElementType>.) | |
SetItem | Replaces the object at the specified index with the specified object. (Overrides KeyedCollection<TKey, TItem>.SetItem(Int32, TItem).) | |
Sort() | Sorts 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
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class