IFilter is the interface for various types of composable record filter operators.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public interface IFilter : IQueryNode
Visual Basic
Public Interface IFilter _
	Inherits IQueryNode
Visual C++
public interface class IFilter : IQueryNode

See Also