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

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

Protected Properties

Property Type Description
nType int
strData string

Public Methods

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

Returns a string representation of the object.

Method Details

NetworkAddressEventData() public method

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

nType protected property

protected int nType
return int

strData protected property

protected string strData
return string