Class representing a range filter on a navigation record set.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public class RangeFilter
Visual Basic
Public Class RangeFilter
Visual C++
public ref class RangeFilter

Remarks

A filter is composed of a record property name and a set of conditions that have to be true in order for a record to pass through the filter.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..RangeFilter

See Also