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

This class represents the data for Value Events.
Inheritance: BaseEdirEventData
Show file 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 property

protected byte[] binData
return byte[]

nVerb protected property

protected int nVerb
return int

strAttribute protected property

protected string strAttribute
return string

strClassId protected property

protected string strClassId
return string

strData protected property

protected string strData
return string

strEntry protected property

protected string strEntry
return string

strPerpetratorDN protected property

protected string strPerpetratorDN
return string

strSyntax protected property

protected string strSyntax
return string

timeStampObj protected property

protected DSETimeStamp timeStampObj
return DSETimeStamp