Click or drag to resize
IFdoFilter Interface
Interface providing feature filtering capabilities.

Namespace: FDF.Common.Features.Filters
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdoFilter : IFdfQueryable, 
	ICloneable

The IFdoFilter type exposes the following members.

Properties
  NameDescription
Public propertyExpressions
Gets or sets filter expressions (conditions).
Public propertyFlags
Gets or sets filter flags (options).
Public propertyIsSimple
Returns True is filter is simple (not aggregate), otherwise returns False.
Top
Methods
  NameDescription
Public methodEvaluate
Returns True if specified feature satisfies filtering conditions, otherwise returns False.
Public methodToString
Returns filter string for specified output format.
Top
Remarks