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

This class represents the data for Bindery Events.
Inheritance: BaseEdirEventData
Datei anzeigen Open project: EventStore/csharp-ldap

Protected Properties

Property Type Description
nEmuObjFlags int
nSecurity int
nType int
strEntryDN string
strName string

Public Methods

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

Returns a string representation of the object.

Method Details

BinderyObjectEventData() public method

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

nEmuObjFlags protected_oe property

protected int nEmuObjFlags
return int

nSecurity protected_oe property

protected int nSecurity
return int

nType protected_oe property

protected int nType
return int

strEntryDN protected_oe property

protected string strEntryDN
return string

strName protected_oe property

protected string strName
return string