BusinessDataDetailsWebPartMobileAdapter Members
Include Protected Members
Include Inherited Members
Provides an adapter that is used to customize the rendering for the BusinessDataDetailsWebPart control on a mobile page.
The BusinessDataDetailsWebPartMobileAdapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BusinessDataDetailsWebPartMobileAdapter | Initializes a new instance of the BusinessDataDetailsWebPartMobileAdapter class. |
Top
Properties
Name | Description | |
---|---|---|
Control | Gets the BusinessDataDetailsWebPart object that is being adapted. |
Top
Methods
Name | Description | |
---|---|---|
ConstructErrorMessage | Converts the specified exception into an error. | |
CreateControlsForDetailView | Renders a detailed view of the BusinessDataDetailsWebPart on mobile devices. (Overrides WebPartMobileAdapter.CreateControlsForDetailView().) | |
CreateControlsForSummaryView | Renders a summary view of the BusinessDataDetailsWebPart on mobile devices. (Overrides WebPartMobileAdapter.CreateControlsForSummaryView().) |
Top