C# Класс RssToolkit.Web.Design.RssDataSourceDesigner

Provides design-time support in a design host for the System.Web.UI.DataSourceControl class.
Наследование: System.Web.UI.Design.DataSourceDesigner
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ConfigureRssDataSource ( object context ) : bool

Описание методов

Configure() публичный Метод

Launches the data source configuration utility in the design host.
public Configure ( ) : void
Результат void

GetView() публичный Метод

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.
Результат System.Web.UI.Design.DesignerDataSourceView

Initialize() публичный Метод

Initializes the control designer and loads the specified component.
public Initialize ( IComponent component ) : void
component IComponent The control being designed.
Результат void