ElementCollectionBase<ElementCollectionType, ElementType> Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for a collection of elements.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<ElementType>
System.Collections.ObjectModel.KeyedCollection<Guid, ElementType>
Microsoft.PerformancePoint.Scorecards.ElementCollectionBase<ElementCollectionType, ElementType>
Microsoft.PerformancePoint.Scorecards.ActualCollection
Microsoft.PerformancePoint.Scorecards.DashboardElementCollection
Microsoft.PerformancePoint.Scorecards.KpiMeasureCollection
Microsoft.PerformancePoint.Scorecards.TargetCollection
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class ElementCollectionBase(Of ElementCollectionType As {New, ElementCollectionBase(Of ElementCollectionType, ElementType)}, ElementType As {Element, IEquatable(Of ElementType)}) _
Inherits KeyedCollection(Of Guid, ElementType) _
Implements ICloneable, IDiffable
'Usage
Dim instance As ElementCollectionBase(Of ElementCollectionType, ElementType)
[SerializableAttribute]
public abstract class ElementCollectionBase<ElementCollectionType, ElementType> : KeyedCollection<Guid, ElementType>,
ICloneable, IDiffable
where ElementCollectionType : new(), ElementCollectionBase<ElementCollectionType, ElementType>
where ElementType : Element, IEquatable<ElementType>
Type Parameters
- ElementCollectionType
The type of collection.
- ElementType
The type of element.
Remarks
The collection may contain the derived classes of the elements. This collection is backed by a Hashtable object to facilitate lookup by the Guid property.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ElementCollectionBase<ElementCollectionType, ElementType> Members