WebPartContextUpdate Constructor (WebPartContext, DictionaryWrapper<String, String>)
Initializes a new instance of the WebPartContextUpdate class based on the specified context and wrapper.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Sub New ( _
webPartContext As WebPartContext, _
clientViewStateWrapper As DictionaryWrapper(Of String, String) _
)
'Usage
Dim webPartContext As WebPartContext
Dim clientViewStateWrapper As DictionaryWrapper(Of String, String)
Dim instance As New WebPartContextUpdate(webPartContext, _
clientViewStateWrapper)
public WebPartContextUpdate(
WebPartContext webPartContext,
DictionaryWrapper<string, string> clientViewStateWrapper
)
Parameters
webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextThe current state, inputs, and outputs of a Web Part.
clientViewStateWrapper
Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, String>A wrapper that contains the Web Part’s updated client view state.