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

This is the base class for other EventArgs corresponding to Ldap and Edir events.
Inheritance: BaseEventArgs
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Protected Properties

Property Type Description
eClassification EventClassifiers

Public Methods

Method Description
DirectoryEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification )

Method Details

DirectoryEventArgs() public method

public DirectoryEventArgs ( LdapMessage sourceMessage, EventClassifiers aClassification )
sourceMessage LdapMessage
aClassification EventClassifiers

Property Details

eClassification protected_oe property

protected EventClassifiers eClassification
return EventClassifiers