C# Класс Novell.Directory.Ldap.LdapSearchResult

Encapsulates a single search result that is in response to an asynchronous search operation.
Наследование: LdapMessage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LdapSearchResult ( LdapEntry entry, LdapControl cont ) : System

Constructs an LdapSearchResult object from an LdapEntry.

ToString ( ) : System.String

Return a String representation of this object.

Приватные методы

Метод Описание
LdapSearchResult ( RfcLdapMessage message ) : System

Constructs an LdapSearchResult object.

Описание методов

LdapSearchResult() публичный Метод

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 ///
Результат System

ToString() публичный Метод

Return a String representation of this object.
public ToString ( ) : System.String
Результат System.String