A FilterAnd is a IFilter implementing a Boolean n-way AND operation.

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

Syntax

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

Remarks

The filter evaluates to true for a given record if all of its child Filters evaluate to true for that record. This type of filter provides an IObjectList interface, where the List elements represent child IFilter operations.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation.Analytics..::..FilterAnd

See Also