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

This class represents the EventArgs for Ldap events in general. This is also the base class for more specific Ldap events.
Inheritance: DirectoryEventArgs
显示文件 Open project: EventStore/csharp-ldap

Protected Properties

Property Type Description
eType LdapEventType

Public Methods

Method Description
LdapEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification, LdapEventType aType ) : System
ToString ( ) : string

Method Details

LdapEventArgs() public method

public LdapEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification, LdapEventType aType ) : System
sourceMessage LdapMessage
aClassification EventClassifiers
aType LdapEventType
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

eType protected_oe property

protected LdapEventType eType
return LdapEventType