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.3.0.0 (6.3.0.853)

Syntax

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

See Also