C# Class RssToolkit.Web.Design.RssDataSourceDesigner

Provides design-time support in a design host for the System.Web.UI.DataSourceControl class.
Inheritance: System.Web.UI.Design.DataSourceDesigner
Datei anzeigen Open project: Throy/derp-octo-robot Class Usage Examples

Public Methods

Method Description
Configure ( ) : void

Launches the data source configuration utility in the design host.

GetView ( string viewName ) : System.Web.UI.Design.DesignerDataSourceView

Retrieves a object that is identified by the view name.

Initialize ( IComponent component ) : void

Initializes the control designer and loads the specified component.

Private Methods

Method Description
ConfigureRssDataSource ( object context ) : bool

Method Details

Configure() public method

Launches the data source configuration utility in the design host.
public Configure ( ) : void
return void

GetView() public method

Retrieves a object that is identified by the view name.
public GetView ( string viewName ) : System.Web.UI.Design.DesignerDataSourceView
viewName string The name of the view.
return System.Web.UI.Design.DesignerDataSourceView

Initialize() public method

Initializes the control designer and loads the specified component.
public Initialize ( IComponent component ) : void
component IComponent The control being designed.
return void