SearchResult class

Results from a search request.

This object is produced by the LdapConnection.search method.

Use the stream property to get a stream of SearchEntry objects, which represents the results from the search operation.

The controls property contains the VLV context information, for example to pass on to a subsequent search.

Constructors

SearchResult(Stream<SearchEntry> _stream)

Properties

controls List<Control>
The controls that may have been returned on search completion.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<SearchEntry>
Stream of search entries.
no setter

Methods

completeLdapResult(LdapResult r) → void
getLdapResult() Future<LdapResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited