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

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

Protected Properties

Property Type Description
nFlags int
strConnectionDN string
strDescription string
strName string
strSource string

Public Methods

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

Returns a string representation of the object.

Method Details

ModuleStateEventData() public method

public ModuleStateEventData ( 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

nFlags protected property

protected int nFlags
return int

strConnectionDN protected property

protected string strConnectionDN
return string

strDescription protected property

protected string strDescription
return string

strName protected property

protected string strName
return string

strSource protected property

protected string strSource
return string