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

This class represents the Debug Paramenter that is part of the DebugEventData.
Afficher le fichier Open project: EventStore/csharp-ldap

Protected Properties

Свойство Type Description
debug_type DebugParameterType
objData object

Méthodes publiques

Méthode Description
DebugParameter ( Asn1Tagged dseObject ) : System
ToString ( ) : string

Returns a string representation of the object.

Méthodes protégées

Méthode Description
getTaggedIntValue ( Asn1Tagged tagVal ) : int
getTaggedSequence ( Asn1Tagged tagVal ) : Asn1Sequence

Method Details

DebugParameter() public méthode

public DebugParameter ( Asn1Tagged dseObject ) : System
dseObject Novell.Directory.Ldap.Asn1.Asn1Tagged
Résultat System

ToString() public méthode

Returns a string representation of the object.
public ToString ( ) : string
Résultat string

getTaggedIntValue() protected méthode

protected getTaggedIntValue ( Asn1Tagged tagVal ) : int
tagVal Novell.Directory.Ldap.Asn1.Asn1Tagged
Résultat int

getTaggedSequence() protected méthode

protected getTaggedSequence ( Asn1Tagged tagVal ) : Asn1Sequence
tagVal Novell.Directory.Ldap.Asn1.Asn1Tagged
Résultat Novell.Directory.Ldap.Asn1.Asn1Sequence

Property Details

debug_type protected_oe property

protected DebugParameterType debug_type
Résultat DebugParameterType

objData protected_oe property

protected object objData
Résultat object