C# Класс BrightIdeasSoftware.AbstractListFilter

Base class for whole list filters
Наследование: IListFilter
Показать файл Открыть проект

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

Метод Описание
Filter ( IEnumerable modelObjects ) : IEnumerable

Return a subset of the given list of model objects as the new contents of the ObjectListView

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

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

Return a subset of the given list of model objects as the new contents of the ObjectListView
public Filter ( IEnumerable modelObjects ) : IEnumerable
modelObjects IEnumerable The collection of model objects that the list will possibly display
Результат IEnumerable