C# 클래스 Novell.Directory.Ldap.LdapSearchResult

Encapsulates a single search result that is in response to an asynchronous search operation.
상속: LdapMessage
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
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