C# Класс Nettiers.AdventureWorks.Web.Data.EntityDataSourceFilter

Provides the ability to filter the list of data retrieved by an EntityDataSource object.
Наследование: System.Web.UI.WebControls.DataBoundControl, IDataSource
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
EntityDataSourceFilter ( ) : System

Initializes a new instance of the EntityDataSourceFilter class.

GetListDataSource ( ) : IListDataSource

Gets a reference to the associated IListDataSource object.

GetView ( String viewName ) : System.Web.UI.DataSourceView

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

GetViewNames ( ) : ICollection

Gets a collection of names representing the list of view objects associated with the System.Web.UI.IDataSource interface.

Защищенные методы

Метод Описание
OnDataSourceChanged ( EventArgs e ) : void

Raises the DataSourceChanged event.

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

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

Initializes a new instance of the EntityDataSourceFilter class.
public EntityDataSourceFilter ( ) : System
Результат System

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

Gets a reference to the associated IListDataSource object.
public GetListDataSource ( ) : IListDataSource
Результат IListDataSource

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

Gets the named data source view associated with the data source control.
public GetView ( String viewName ) : System.Web.UI.DataSourceView
viewName String The name of the view to retrieve.
Результат System.Web.UI.DataSourceView

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

Gets a collection of names representing the list of view objects associated with the System.Web.UI.IDataSource interface.
public GetViewNames ( ) : ICollection
Результат ICollection

OnDataSourceChanged() защищенный Метод

Raises the DataSourceChanged event.
protected OnDataSourceChanged ( EventArgs e ) : void
e System.EventArgs An instance of EventArgs containing the event data.
Результат void