Method | Description | |
---|---|---|
FlagBitSetFilter ( AspectGetterDelegate valueGetter, ICollection possibleValues ) : System |
Create an instance
|
Method | Description | |
---|---|---|
DoesValueMatch ( object result ) : bool |
Decides if the given property is a match for the values in the PossibleValues collection
|
Method | Description | |
---|---|---|
ConvertPossibleValues ( ) : void |
protected DoesValueMatch ( object result ) : bool | ||
result | object | |
return | bool |
public FlagBitSetFilter ( AspectGetterDelegate valueGetter, ICollection possibleValues ) : System | ||
valueGetter | AspectGetterDelegate | |
possibleValues | ICollection | |
return | System |