The IFilter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| SetParameter |
Set the named parameter's value list for this filter.
| |
| SetParameterList(String, ICollection) |
Set the named parameter's value list for this filter. Used
in conjunction with IN-style filter criteria.
| |
| SetParameterList(String, array<Object>[]()[][]) |
Set the named parameter's value list for this filter. Used
in conjunction with IN-style filter criteria.
| |
| Validate |
Perform validation of the filter state. This is used to verify the
state of the filter after its enablement and before its use.
|