A FilterOr is an IFilter implementing a Boolean n-way OR operation.

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

Syntax

C#
public class FilterOr : IObjectList, IFilter, 
	IQueryNode
Visual Basic
Public Class FilterOr _
	Implements IObjectList, IFilter, IQueryNode
Visual C++
public ref class FilterOr : IObjectList, 
	IFilter, IQueryNode

Remarks

The filter evaluates to true for a given record if any of its child Filters evaluate to true for that record.

This type of filter provides a List (IObjectList) interface, where the List elements represent child IFilter operations.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Analytics..::..FilterOr

See Also