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
파일 보기 프로젝트 열기: Throy/derp-octo-robot 1 사용 예제들

공개 메소드들

메소드 설명
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