C# Class Novell.Directory.Ldap.LdapSearchResult

Encapsulates a single search result that is in response to an asynchronous search operation.
Inheritance: LdapMessage
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode Description
LdapSearchResult ( LdapEntry entry, LdapControl cont ) : System

Constructs an LdapSearchResult object from an LdapEntry.

ToString ( ) : System.String

Return a String representation of this object.

Private Methods

Méthode Description
LdapSearchResult ( RfcLdapMessage message ) : System

Constructs an LdapSearchResult object.

Method Details

LdapSearchResult() public méthode

Constructs an LdapSearchResult object from an LdapEntry.
public LdapSearchResult ( LdapEntry entry, LdapControl cont ) : System
entry LdapEntry the LdapEntry represented by this search result. /// ///
cont LdapControl controls associated with the search result ///
Résultat System

ToString() public méthode

Return a String representation of this object.
public ToString ( ) : System.String
Résultat System.String