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

Rss Data Source View
Наследование: System.Web.UI.DataSourceView
Показать файл Открыть проект Примеры использования класса

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

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