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

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

Protected Properties

Property Type Description
binData byte[]
nVerb int
strAttribute string
strClassId string
strData string
strEntry string
strPerpetratorDN string
strSyntax string
timeStampObj DSETimeStamp

Public Methods

Method Description
ToString ( ) : string

Returns a string representation of the object.

ValueEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.IO

Method Details

ToString() public method

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

ValueEventData() public method

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

Property Details

binData protected_oe property

protected byte[] binData
return byte[]

nVerb protected_oe property

protected int nVerb
return int

strAttribute protected_oe property

protected string strAttribute
return string

strClassId protected_oe property

protected string strClassId
return string

strData protected_oe property

protected string strData
return string

strEntry protected_oe property

protected string strEntry
return string

strPerpetratorDN protected_oe property

protected string strPerpetratorDN
return string

strSyntax protected_oe property

protected string strSyntax
return string

timeStampObj protected_oe property

protected DSETimeStamp timeStampObj
return DSETimeStamp