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

This class represents the data for Bindery Events.
Inheritance: BaseEdirEventData
Afficher le fichier Open project: EventStore/csharp-ldap

Protected Properties

Свойство Type Description
nEmuObjFlags int
nSecurity int
nType int
strEntryDN string
strName string

Méthodes publiques

Méthode Description
BinderyObjectEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Text
ToString ( ) : string

Returns a string representation of the object.

Method Details

BinderyObjectEventData() public méthode

public BinderyObjectEventData ( EdirEventDataType eventDataType, Asn1Object message ) : System.Text
eventDataType EdirEventDataType
message Novell.Directory.Ldap.Asn1.Asn1Object
Résultat System.Text

ToString() public méthode

Returns a string representation of the object.
public ToString ( ) : string
Résultat string

Property Details

nEmuObjFlags protected_oe property

protected int nEmuObjFlags
Résultat int

nSecurity protected_oe property

protected int nSecurity
Résultat int

nType protected_oe property

protected int nType
Résultat int

strEntryDN protected_oe property

protected string strEntryDN
Résultat string

strName protected_oe property

protected string strName
Résultat string