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

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

Protected Properties

Property Type Description
new_flags int
old_flags int
source_module string
strConnectionDN string

Public Methods

Method Description
ConnectionStateEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Text
ToString ( ) : string

Returns a string representation of the object.

Method Details

ConnectionStateEventData() public method

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

ToString() public method

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

Property Details

new_flags protected property

protected int new_flags
return int

old_flags protected property

protected int old_flags
return int

source_module protected property

protected string source_module
return string

strConnectionDN protected property

protected string strConnectionDN
return string