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

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

Protected Properties

Свойство Type Description
decodedData System.IO.MemoryStream
decoder Novell.Directory.Ldap.Asn1.LBERDecoder
event_data_type EdirEventDataType

Méthodes publiques

Méthode Description
BaseEdirEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.IO

Méthodes protégées

Méthode Description
DataInitDone ( ) : void

Method Details

BaseEdirEventData() public méthode

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

DataInitDone() protected méthode

protected DataInitDone ( ) : void
Résultat void

Property Details

decodedData protected_oe property

protected MemoryStream,System.IO decodedData
Résultat System.IO.MemoryStream

decoder protected_oe property

protected LBERDecoder,Novell.Directory.Ldap.Asn1 decoder
Résultat Novell.Directory.Ldap.Asn1.LBERDecoder

event_data_type protected_oe property

protected EdirEventDataType event_data_type
Résultat EdirEventDataType