C# Class Novell.Directory.Ldap.LdapSearchResult

Encapsulates a single search result that is in response to an asynchronous search operation.
Inheritance: LdapMessage
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method 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

Method Description
LdapSearchResult ( RfcLdapMessage message ) : System

Constructs an LdapSearchResult object.

Method Details

LdapSearchResult() public method

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 ///
return System

ToString() public method

Return a String representation of this object.
public ToString ( ) : System.String
return System.String