FirstClassElement Class (Microsoft.PerformancePoint.Scorecards)

Represents a first class object that is versionable. This is the base class for dashboards, data sources, scorecards, report views, KPIs, and indicators.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class FirstClassElement
    Inherits Element
    Implements IDiffable, IEquatable(Of FirstClassElement)
'Usage
Dim instance As FirstClassElement
[SerializableAttribute] 
public abstract class FirstClassElement : Element, IDiffable, IEquatable<FirstClassElement>

Inheritance Hierarchy

System.Object
   Microsoft.PerformancePoint.Scorecards.Element
    Microsoft.PerformancePoint.Scorecards.FirstClassElement
       Derived Classes

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

FirstClassElement Members
Microsoft.PerformancePoint.Scorecards Namespace