Freigeben über


FirstClassElementCollectionBase<ElementCollectionType, ElementType>-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt die Basisklasse für ein FirstClassElementCollection -Objekt dar.

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<ElementType>
    System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, ElementType>
      Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<ElementCollectionType, ElementType>
        Microsoft.PerformancePoint.Scorecards.DashboardCollection
        Microsoft.PerformancePoint.Scorecards.DataSourceCollection
        Microsoft.PerformancePoint.Scorecards.FilterCollection
        Microsoft.PerformancePoint.Scorecards.FirstClassElementCollection
        Microsoft.PerformancePoint.Scorecards.KpiCollection
        Microsoft.PerformancePoint.Scorecards.ReportViewCollection
        Microsoft.PerformancePoint.Scorecards.ScorecardCollection

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class FirstClassElementCollectionBase(Of ElementCollectionType As {New, FirstClassElementCollectionBase(Of ElementCollectionType, ElementType)}, ElementType As {FirstClassElement, IEquatable(Of ElementType)}) _
    Inherits KeyedCollection(Of RepositoryLocation, ElementType) _
    Implements ICloneable, IDiffable
'Usage
Dim instance As FirstClassElementCollectionBase(Of ElementCollectionType, ElementType)
[SerializableAttribute]
public abstract class FirstClassElementCollectionBase<ElementCollectionType, ElementType> : KeyedCollection<RepositoryLocation, ElementType>, 
    ICloneable, IDiffable
where ElementCollectionType : new(), FirstClassElementCollectionBase<ElementCollectionType, ElementType>
where ElementType : FirstClassElement, IEquatable<ElementType>

Typparameter

  • ElementCollectionType
    Der Typ der Auflistung.
  • ElementType
    Der Typ des Elements.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

FirstClassElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace