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

This class represents the Debug Paramenter that is part of the DebugEventData.
ファイルを表示 Open project: EventStore/csharp-ldap

Protected Properties

Property Type Description
debug_type DebugParameterType
objData object

Public Methods

Method Description
DebugParameter ( Asn1Tagged dseObject ) : System
ToString ( ) : string

Returns a string representation of the object.

Protected Methods

Method Description
getTaggedIntValue ( Asn1Tagged tagVal ) : int
getTaggedSequence ( Asn1Tagged tagVal ) : Asn1Sequence

Method Details

DebugParameter() public method

public DebugParameter ( Asn1Tagged dseObject ) : System
dseObject Novell.Directory.Ldap.Asn1.Asn1Tagged
return System

ToString() public method

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

getTaggedIntValue() protected method

protected getTaggedIntValue ( Asn1Tagged tagVal ) : int
tagVal Novell.Directory.Ldap.Asn1.Asn1Tagged
return int

getTaggedSequence() protected method

protected getTaggedSequence ( Asn1Tagged tagVal ) : Asn1Sequence
tagVal Novell.Directory.Ldap.Asn1.Asn1Tagged
return Novell.Directory.Ldap.Asn1.Asn1Sequence

Property Details

debug_type protected_oe property

protected DebugParameterType debug_type
return DebugParameterType

objData protected_oe property

protected object objData
return object