WebPartContext Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the current state, inputs, and outputs of a Web Part.
The WebPartContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WebPartContext() | Initializes a new instance of the WebPartContext class. |
![]() |
WebPartContext(IList<BIData>, Dictionary<String, String>) | Initializes a new instance of the WebPartContext class with the specified properties. |
![]() |
WebPartContext(IList<BIData>, IList<BIData>, List<String>, Dictionary<String, List<String>>, Dictionary<String, String>) | Initializes a new instance of the WebPartContext class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ClientViewState | Gets or sets a dictionary of the Web Part's client view state. |
![]() |
FilterSelections | Gets a collection of values that represent the filter selections received from providers. |
![]() |
InUseProviderParameterNames | Gets or sets the list of beginpoints on a Web Part that are connected to a consumer endpoint. |
![]() |
LegacyFilterSelections | Gets a collection of values that represent the filter selections received from external providers. |
![]() |
ProviderParameterSelections | Gets or sets a wrapper of the currently selected provider parameter output values. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top