The IFilter type exposes the following members.

Methods

  NameDescription
Public methodSetParameter
Set the named parameter's value list for this filter.
Public methodSetParameterList(String, ICollection)
Set the named parameter's value list for this filter. Used in conjunction with IN-style filter criteria.
Public methodSetParameterList(String, array<Object>[]()[][])
Set the named parameter's value list for this filter. Used in conjunction with IN-style filter criteria.
Public methodValidate
Perform validation of the filter state. This is used to verify the state of the filter after its enablement and before its use.

Properties

  NameDescription
Public propertyFilterDefinition
Get the filter definition containing additional information about the filter (such as default-condition and expected parameter names/types).
Public propertyName
Get the name of this filter.

See Also