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

This is the base class for all types of data classes associated with an event.
Show file Open project: EventStore/csharp-ldap Class Usage Examples

Protected Properties

Property Type Description
decodedData System.IO.MemoryStream
decoder Novell.Directory.Ldap.Asn1.LBERDecoder
event_data_type EdirEventDataType

Public Methods

Method Description
BaseEdirEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.IO

Protected Methods

Method Description
DataInitDone ( ) : void

Method Details

BaseEdirEventData() public method

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

DataInitDone() protected method

protected DataInitDone ( ) : void
return void

Property Details

decodedData protected property

protected MemoryStream,System.IO decodedData
return System.IO.MemoryStream

decoder protected property

protected LBERDecoder,Novell.Directory.Ldap.Asn1 decoder
return Novell.Directory.Ldap.Asn1.LBERDecoder

event_data_type protected property

protected EdirEventDataType event_data_type
return EdirEventDataType