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
Afficher le fichier Open project: EventStore/csharp-ldap

Protected Properties

Свойство Type Description
eType LdapEventType

Méthodes publiques

Méthode Description
LdapEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification, LdapEventType aType ) : System
ToString ( ) : string

Method Details

LdapEventArgs() public méthode

public LdapEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification, LdapEventType aType ) : System
sourceMessage LdapMessage
aClassification EventClassifiers
aType LdapEventType
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

eType protected_oe property

protected LdapEventType eType
Résultat LdapEventType