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

The class represents the data for Entry Events.
Inheritance: BaseEdirEventData
Exibir arquivo Open project: EventStore/csharp-ldap

Protected Properties

Property Type Description
nFlags int
nVerb int
strClassId string
strEntry string
strNewDN string
strPerpetratorDN string
timeStampObj DSETimeStamp

Public Methods

Method Description
EntryEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Text
ToString ( ) : string

Returns a string representation of the object.

Method Details

EntryEventData() public method

public EntryEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Text
eventDataType EdirEventDataType
message Novell.Directory.Ldap.Asn1.Asn1Object
return System.Text

ToString() public method

Returns a string representation of the object.
public ToString ( ) : string
return string

Property Details

nFlags protected_oe property

protected int nFlags
return int

nVerb protected_oe property

protected int nVerb
return int

strClassId protected_oe property

protected string strClassId
return string

strEntry protected_oe property

protected string strEntry
return string

strNewDN protected_oe property

protected string strNewDN
return string

strPerpetratorDN protected_oe property

protected string strPerpetratorDN
return string

timeStampObj protected_oe property

protected DSETimeStamp timeStampObj
return DSETimeStamp