Element class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for PerformancePoint Services first class and second class objects.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.Element
    Microsoft.PerformancePoint.Scorecards.FirstClassElement
    Microsoft.PerformancePoint.Scorecards.SecondClassElement

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

Syntax

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

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

Element members

Microsoft.PerformancePoint.Scorecards namespace