C# 클래스 RssToolkit.Web.Design.RssDataSourceView

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

공개 메소드들

메소드 설명
Select ( System.Web.UI.DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback ) : void

Gets a list of data asynchronously from the underlying data storage.

보호된 메소드들

메소드 설명
ExecuteSelect ( System.Web.UI.DataSourceSelectArguments arguments ) : IEnumerable

Gets a list of data from the underlying data storage.

비공개 메소드들

메소드 설명
RssDataSourceView ( RssDataSource owner, string viewName ) : System

메소드 상세

ExecuteSelect() 보호된 메소드

Gets a list of data from the underlying data storage.
protected ExecuteSelect ( System.Web.UI.DataSourceSelectArguments arguments ) : IEnumerable
arguments System.Web.UI.DataSourceSelectArguments A that is used to request operations on the data beyond basic data retrieval.
리턴 IEnumerable

Select() 공개 메소드

Gets a list of data asynchronously from the underlying data storage.
The supplied is null.
public Select ( System.Web.UI.DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback ) : void
arguments System.Web.UI.DataSourceSelectArguments A that is used to request operations on the data beyond basic data retrieval.
callback DataSourceViewSelectCallback A delegate that is used to notify a data-bound control when the asynchronous operation is complete.
리턴 void