C# Class Novell.Directory.Ldap.Events.SearchResultEventArgs

This class represents the EventArgs corresponding to LdapSearchResult notification sent by Ldap Server.
Inheritance: LdapEventArgs
Mostra file Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
SearchResultEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification, LdapEventType aType ) : System.Text
ToString ( ) : string

Private Methods

Method Description
getChangeTypeString ( ) : string
getStringRepresentaionOfEventInformation ( ) : string

Method Details

SearchResultEventArgs() public method

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

ToString() public method

public ToString ( ) : string
return string