RSSAggregatorWebPartMobileAdapter Members
Include Protected Members
Include Inherited Members
Represents an adapter that is used to customize the rendering for the RSSAggregatorWebPart control on a mobile page.
The RSSAggregatorWebPartMobileAdapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RSSAggregatorWebPartMobileAdapter | Initializes a new instance of the RSSAggregatorWebPartMobileAdapter class. |
Top
Properties
Name | Description | |
---|---|---|
Control | Gets the RSSAggregatorWebPart that is being adapted. | |
DetailViewPageUrl | Gets the URL of the detailed mobile view page of the Web Part that is being adapted. (Inherited from MossWebPartMobileAdapterBase.) | |
ItemCount | Gets or sets the number of items. (Overrides MossWebPartMobileAdapterBase.ItemCount.) | |
ItemCountForSummaryView | Gets or sets the maximum number of items that are rendered to the summary view of the Web Part. (Inherited from MossWebPartMobileAdapterBase.) | |
Profile | Gets the UserProfile associated with the current mobile page. (Inherited from MossWebPartMobileAdapterBase.) |
Top
Methods
Name | Description | |
---|---|---|
CreateBirthDayItemBulletControl | Creates and returns an Image that represents the item bullet icon for the birthday event. (Inherited from MossWebPartMobileAdapterBase.) | |
CreateControlsForDetailView | Renders a detailed view of the RSSAggregatorWebPart on mobile devices. (Overrides WebPartMobileAdapter.CreateControlsForDetailView().) | |
CreateControlsForSummaryView | Renders a summary view of the RSSAggregatorWebPart on mobile devices. (Overrides WebPartMobileAdapter.CreateControlsForSummaryView().) | |
CreateControlsForWebPartHeader | Creates a set of controls to be displayed within the header of the Web Part. (Inherited from MossWebPartMobileAdapterBase.) | |
CreateItemBulletControl | Creates and returns an Image that represents the item bullet icon. (Inherited from MossWebPartMobileAdapterBase.) | |
CreateMoreLinkControl | Creates and returns a Link to the detailed mobile view page of the Web Part for more options. (Inherited from MossWebPartMobileAdapterBase.) | |
CreateMossWebPartLabel | Creates and returns a Label that contains the title of the RSSAggregatorWebPart retrieved from the RSS XML data. (Overrides MossWebPartMobileAdapterBase.CreateMossWebPartLabel().) | |
OnLoadForMobile | Replaces the OnLoad(EventArgs) method of the RSSAggregatorWebPart control that is being adapted when the RSSAggregatorWebPart control is connected to a WebPartMobilePage. (Overrides WebPartMobileAdapter.OnLoadForMobile(EventArgs).) |
Top