Method | Description | |
---|---|---|
Filter ( object modelObject ) : bool |
Should the given model object be included?
|
|
OneOfFilter ( AspectGetterDelegate valueGetter ) : System |
Create a filter that will use the given delegate to extract values
|
|
OneOfFilter ( AspectGetterDelegate valueGetter, ICollection possibleValues ) : System |
Create a filter that will extract values using the given delegate and compare them to the values in the given list.
|
Method | Description | |
---|---|---|
DoesValueMatch ( object result ) : bool |
Decides if the given property is a match for the values in the PossibleValues collection
|
protected DoesValueMatch ( object result ) : bool | ||
result | object | |
return | bool |
public OneOfFilter ( AspectGetterDelegate valueGetter ) : System | ||
valueGetter | AspectGetterDelegate | |
return | System |
public OneOfFilter ( AspectGetterDelegate valueGetter, ICollection possibleValues ) : System | ||
valueGetter | AspectGetterDelegate | |
possibleValues | ICollection | |
return | System |