Element Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for PerformancePoint Services in Microsoft SharePoint Server 2010 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.