Interface providing
feature filtering capabilities.
Namespace: FDF.Common.Features.FiltersAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntaxpublic interface IFdoFilter : IFdfQueryable,
ICloneable
Public Interface IFdoFilter
Inherits IFdfQueryable, ICloneable
public interface class IFdoFilter : IFdfQueryable,
ICloneable
type IFdoFilter =
interface
interface IFdfQueryable
interface ICloneable
end
The IFdoFilter type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Evaluate |
Returns True if specified feature
satisfies filtering conditions, otherwise returns False.
|
 | ToString |
Returns filter string for specified output format.
|
Top
Remarks
See Also