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

This class represents the data for Bindery Events.
Inheritance: BaseEdirEventData
Show file 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 property

protected int nEmuObjFlags
return int

nSecurity protected property

protected int nSecurity
return int

nType protected property

protected int nType
return int

strEntryDN protected property

protected string strEntryDN
return string

strName protected property

protected string strName
return string