C# Class Novell.Directory.Ldap.Rfc2251.RfcFilter.FilterIterator

This inner class wrappers the Search Filter with an iterator. This iterator will give access to all the individual components preparsed. The first call to next will return an Integer identifying the type of filter component. Then the component values will be returned AND, NOT, and OR components values will be returned as Iterators.
Inheritance: System.Collections.IEnumerator
Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode Description
FilterIterator ( RfcFilter enclosingInstance, Asn1Tagged root ) : System
MoveNext ( ) : bool
Reset ( ) : void
remove ( ) : void

Private Methods

Méthode Description
InitBlock ( RfcFilter enclosingInstance ) : void

Method Details

FilterIterator() public méthode

public FilterIterator ( RfcFilter enclosingInstance, Asn1Tagged root ) : System
enclosingInstance RfcFilter
root Novell.Directory.Ldap.Asn1.Asn1Tagged
Résultat System

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

remove() public méthode

public remove ( ) : void
Résultat void