WebPartContext Constructor (IList<BIData>, IList<BIData>, List<String>, Dictionary<String, List<String>>, Dictionary<String, String>)
Initializes a new instance of the WebPartContext class.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub New ( _
filterSelections As IList(Of BIData), _
legacyFilterSelections As IList(Of BIData), _
inUseProviderParameterNames As List(Of String), _
providerParameterSelections As Dictionary(Of String, List(Of String)), _
clientViewState As Dictionary(Of String, String) _
)
'Usage
Dim filterSelections As IList(Of BIData)
Dim legacyFilterSelections As IList(Of BIData)
Dim inUseProviderParameterNames As List(Of String)
Dim providerParameterSelections As Dictionary(Of String, List(Of String))
Dim clientViewState As Dictionary(Of String, String)
Dim instance As New WebPartContext(filterSelections, _
legacyFilterSelections, inUseProviderParameterNames, _
providerParameterSelections, clientViewState)
public WebPartContext(
IList<BIData> filterSelections,
IList<BIData> legacyFilterSelections,
List<string> inUseProviderParameterNames,
Dictionary<string, List<string>> providerParameterSelections,
Dictionary<string, string> clientViewState
)
Parameters
filterSelections
Type: System.Collections.Generic.IList<BIData>A collection of values that represent the filter selections received from providers.
legacyFilterSelections
Type: System.Collections.Generic.IList<BIData>A collection of values that represent the filter selections received from external providers.
inUseProviderParameterNames
Type: System.Collections.Generic.List<String>The array of beginpoints on a Web Part that are connected to a consumer endpoint.
providerParameterSelections
Type: System.Collections.Generic.Dictionary<String, List<String>>The wrapper that contains the currently selected provider parameter output values.
clientViewState
Type: System.Collections.Generic.Dictionary<String, String>The wrapper that contains the current state of the Web Part visualization.