C# 클래스 Novell.Directory.Ldap.Events.SearchResultEventArgs

This class represents the EventArgs corresponding to LdapSearchResult notification sent by Ldap Server.
상속: LdapEventArgs
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
SearchResultEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification, LdapEventType aType ) : System.Text
ToString ( ) : string

비공개 메소드들

메소드 설명
getChangeTypeString ( ) : string
getStringRepresentaionOfEventInformation ( ) : string

메소드 상세

SearchResultEventArgs() 공개 메소드

public SearchResultEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification, LdapEventType aType ) : System.Text
sourceMessage LdapMessage
aClassification EventClassifiers
aType LdapEventType
리턴 System.Text

ToString() 공개 메소드

public ToString ( ) : string
리턴 string