Method | Description | |
---|---|---|
CompositeFilter ( ) : System |
Create an empty filter
|
|
CompositeFilter ( IEnumerable |
Create a composite filter from the given list of filters
|
|
Filter ( object modelObject ) : bool |
Decide whether or not the given model should be included by the 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 |
public CompositeFilter ( IEnumerable |
||
filters | IEnumerable |
A list of filters |
return | System |
public abstract FilterObject ( object modelObject ) : bool | ||
modelObject | object | The model object under consideration |
return | bool |