C# 클래스 RssToolkit.Web.WebControls.RssDataSource

상속: System.Web.UI.DataSourceControl
파일 보기 프로젝트 열기: Throy/derp-octo-robot 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RssDataSource ( ) : System

Initializes a new instance of the RssDataSource class.

보호된 메소드들

메소드 설명
GetView ( string viewName ) : System.Web.UI.DataSourceView

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

메소드 상세

GetView() 보호된 메소드

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.
리턴 System.Web.UI.DataSourceView

RssDataSource() 공개 메소드

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