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

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

Protected Properties

Свойство Type Description
nFlags int
nVerb int
strClassId string
strEntry string
strNewDN string
strPerpetratorDN string
timeStampObj DSETimeStamp

Méthodes publiques

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

Returns a string representation of the object.

Method Details

EntryEventData() public méthode

public EntryEventData ( 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

nVerb protected_oe property

protected int nVerb
Résultat int

strClassId protected_oe property

protected string strClassId
Résultat string

strEntry protected_oe property

protected string strEntry
Résultat string

strNewDN protected_oe property

protected string strNewDN
Résultat string

strPerpetratorDN protected_oe property

protected string strPerpetratorDN
Résultat string

timeStampObj protected_oe property

protected DSETimeStamp timeStampObj
Résultat DSETimeStamp