FirstClassElementBridge Constructor
Initializes a new instance of the FirstClassElementBridge class based on the specified first class object (FCO) and element.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
firstClassElement As FirstClassElement, _
element As Element _
)
'Usage
Dim firstClassElement As FirstClassElement
Dim element As Element
Dim instance As New FirstClassElementBridge(firstClassElement, _
element)
public FirstClassElementBridge(
FirstClassElement firstClassElement,
Element element
)
Parameters
firstClassElement
Type: Microsoft.PerformancePoint.Scorecards.FirstClassElementThe FCO to associate with the specified element.
element
Type: Microsoft.PerformancePoint.Scorecards.ElementThe element to associate with the specified FCO.