C# Class RssToolkit.Web.WebControls.RssDataSource

Inheritance: System.Web.UI.DataSourceControl
Show file Open project: Throy/derp-octo-robot Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RssDataSource ( ) : System

Initializes a new instance of the RssDataSource class.

Protected Methods

Method Description
GetView ( string viewName ) : System.Web.UI.DataSourceView

Gets the named data source view associated with the data source control.

Method Details

GetView() protected method

Gets the named data source view associated with the data source control.
protected GetView ( string viewName ) : System.Web.UI.DataSourceView
viewName string The name of the to retrieve. In data source controls that support only one view, such as , this parameter is ignored.
return System.Web.UI.DataSourceView

RssDataSource() public method

Initializes a new instance of the RssDataSource class.
public RssDataSource ( ) : System
return System