FirstClassElementBridge Class (Microsoft.PerformancePoint.Scorecards)

Represents an element as a first class object (FCO).

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

For example, to diff a target (element) that is owned by a KPI (FCO), you can use its parent for versioning information. Only Get operations are supported for the FCO properties. Set operations will throw a NotSupportedException.

Inheritance Hierarchy

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

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