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

This class represents the data for Module State Events.
Inheritance: BaseEdirEventData
ファイルを表示 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_oe property

protected int nFlags
return int

strConnectionDN protected_oe property

protected string strConnectionDN
return string

strDescription protected_oe property

protected string strDescription
return string

strName protected_oe property

protected string strName
return string

strSource protected_oe property

protected string strSource
return string