Endeca Presentation API
FilterNot Class
NamespacesEndeca.Navigation.AnalyticsFilterNot
A FilterNot is an IFilter implementing a Boolean NOT operation. The filter evaluates to true for a given record if its child filter evaluates to false for that record.
Declaration Syntax
C#Visual BasicVisual C++
public class FilterNot : IFilter, IQueryNode
Public Class FilterNot _
	Implements IFilter, IQueryNode
public ref class FilterNot : IFilter, 
	IQueryNode
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
FilterNotFilterNotNew(IFilter)
Creates a new FilterNot.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
Gets and sets the filter sub-expression for this FilterNot.

Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()
Returns the string form of this FilterNot.
(Overrides Object.ToString()().)
ToWire()()
Returns the wire form of this FilterNot.

ValidateSyntax()()
Validates the syntax of this FilterNot.

Inheritance Hierarchy
Object
FilterNot

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0