BIDataContainer Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents Web Part context information.
The BIDataContainer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BIDataContainer() | Initializes a new instance of the BIDataContainer class. | |
BIDataContainer(WebPartContext) | Initializes a new instance of the BIDataContainer class with the specified context. | |
BIDataContainer(WebPartContext, Boolean) | Initializes a new instance of the BIDataContainer class with the specified context and the filter selections received from providers. |
Top
Properties
Name | Description | |
---|---|---|
BIDataContainerWebPartContext | Gets the Web Part context for this object. | |
ClientViewState | Gets the client view state for the Web Part context. | |
InUseProviderParameterNames | Gets the out-parameter names that are connected to a consumer. | |
ParameterMessages | Gets the parameter messages from the current rendering session. | |
ParameterValuesCollection | Gets the current set of parameter values sent to this control for the current rendering session. | |
ProviderParameterSelections | Gets the currently selected parameter values. |
Top
Methods
Name | Description | |
---|---|---|
ClearSelections | Clears the values, messages, and mappings collections. | |
CreateCacheKey | Creates a cache key with the parameter message and endpoint. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetParameterMapping | Gets a parameter mapping (inbound parameter). | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top