C# Class RssToolkit.Web.WebControls.RssDataSource

Inheritance: System.Web.UI.DataSourceControl
Afficher le fichier Open project: Throy/derp-octo-robot Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RssDataSource ( ) : System

Initializes a new instance of the RssDataSource class.

Méthodes protégées

Méthode Description
GetView ( string viewName ) : System.Web.UI.DataSourceView

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

Method Details

GetView() protected méthode

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.
Résultat System.Web.UI.DataSourceView

RssDataSource() public méthode

Initializes a new instance of the RssDataSource class.
public RssDataSource ( ) : System
Résultat System