C# Класс BrightIdeasSoftware.CompositeAllFilter

A CompositeAllFilter joins several other filters together. A model object must satisfy all filters to be included. If there are no filters, all model objects are included
Наследование: CompositeFilter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CompositeAllFilter ( List filters ) : System

Create a filter

FilterObject ( object modelObject ) : bool

Decide whether or not the given model should be included by the filter

Filters is guaranteed to be non-empty when this method is called

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

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

Create a filter
public CompositeAllFilter ( List filters ) : System
filters List
Результат System

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

Decide whether or not the given model should be included by the filter
Filters is guaranteed to be non-empty when this method is called
public FilterObject ( object modelObject ) : bool
modelObject object The model object under consideration
Результат bool