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

This class represents the data for Change Address.
Inheritance: BaseEdirEventData
Mostrar archivo Open project: EventStore/csharp-ldap

Protected Properties

Property Type Description
address_family int
nFlags int
nProto int
pstk_name string
source_module string
strAddress string

Public Methods

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

Returns a string representation of the object.

Method Details

ChangeAddressEventData() public method

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

address_family protected_oe property

protected int address_family
return int

nFlags protected_oe property

protected int nFlags
return int

nProto protected_oe property

protected int nProto
return int

pstk_name protected_oe property

protected string pstk_name
return string

source_module protected_oe property

protected string source_module
return string

strAddress protected_oe property

protected string strAddress
return string