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

This class represents the data for Debug Events.
Inheritance: BaseEdirEventData
Show file Open project: EventStore/csharp-ldap

Protected Properties

Property Type Description
ds_time int
milli_seconds int
nVerb int
parameter_collection System.Collections.ArrayList
parameter_count int
strFormatString string
strPerpetratorDN string

Public Methods

Method Description
DebugEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Collections
ToString ( ) : string

Returns a string representation of the object.

Method Details

DebugEventData() public method

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

ToString() public method

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

Property Details

ds_time protected property

protected int ds_time
return int

milli_seconds protected property

protected int milli_seconds
return int

nVerb protected property

protected int nVerb
return int

parameter_collection protected property

protected ArrayList,System.Collections parameter_collection
return System.Collections.ArrayList

parameter_count protected property

protected int parameter_count
return int

strFormatString protected property

protected string strFormatString
return string

strPerpetratorDN protected property

protected string strPerpetratorDN
return string