C# Class Novell.Directory.Ldap.Events.Edir.EventData.ModuleStateEventData

This class represents the data for Module State Events.
Inheritance: BaseEdirEventData
Afficher le fichier Open project: EventStore/csharp-ldap

Protected Properties

Свойство Type Description
nFlags int
strConnectionDN string
strDescription string
strName string
strSource string

Méthodes publiques

Méthode Description
ModuleStateEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Text
ToString ( ) : string

Returns a string representation of the object.

Method Details

ModuleStateEventData() public méthode

public ModuleStateEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Text
eventDataType EdirEventDataType
message Novell.Directory.Ldap.Asn1.Asn1Object
Résultat System.Text

ToString() public méthode

Returns a string representation of the object.
public ToString ( ) : string
Résultat string

Property Details

nFlags protected_oe property

protected int nFlags
Résultat int

strConnectionDN protected_oe property

protected string strConnectionDN
Résultat string

strDescription protected_oe property

protected string strDescription
Résultat string

strName protected_oe property

protected string strName
Résultat string

strSource protected_oe property

protected string strSource
Résultat string