FirstClassElementBridge class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an Element object as a FirstClassElement object.

Inheritance hierarchy

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

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

Syntax

'Declaration
Public Class FirstClassElementBridge _
    Inherits FirstClassElement _
    Implements IDiffable, ICloneable
'Usage
Dim instance As FirstClassElementBridge
public class FirstClassElementBridge : FirstClassElement, 
    IDiffable, ICloneable

Remarks

FirstClassElementBridge enables Element objects to relate to FirstClassElement objects, which represent first class objects (FCOs). For example, the version of the associated key performance indicator (KPI) (of type FirstClassElement) can be used to compare targets (of type Element).

Only get operations are supported for FCO properties; set operations throw exceptions.

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

FirstClassElementBridge members

Microsoft.PerformancePoint.Scorecards namespace