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

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

Protected Properties

Свойство Type Description
nType int
strData string

Méthodes publiques

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

Returns a string representation of the object.

Method Details

NetworkAddressEventData() public méthode

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

nType protected_oe property

protected int nType
Résultat int

strData protected_oe property

protected string strData
Résultat string