AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.Configuration.MessagingAddressElement Class Reference

This configuration class represents a participant in a messaging transaction (either sender or recipient). The name provides a way to indicate a common name, the address is a protocol-specific value used in the context of a reference to a given message handler. More...

Inheritance diagram for Apac.Configuration.MessagingAddressElement:

Public Member Functions

System.Xml.Schema.XmlSchema GetSchema ()
 
void ReadXml (System.Xml.XmlReader reader)
 Deserializes the object from XML. More...
 
void WriteXml (System.Xml.XmlWriter writer)
 Serializes the object to XML. More...
 

Properties

override ConfigurationPropertyCollection Properties [get]
 Gets the collection of configuration properties for this configuration element. More...
 
string Name [get, set]
 Gets or sets the display name for this address. More...
 
string Address [get, set]
 Gets or sets the (protocol-specific) address for a message participant. More...
 

Detailed Description

This configuration class represents a participant in a messaging transaction (either sender or recipient). The name provides a way to indicate a common name, the address is a protocol-specific value used in the context of a reference to a given message handler.

Member Function Documentation

◆ ReadXml()

void Apac.Configuration.MessagingAddressElement.ReadXml ( System.Xml.XmlReader  reader)
inline

Deserializes the object from XML.

Parameters
readerThe object from which the data is read.

◆ WriteXml()

void Apac.Configuration.MessagingAddressElement.WriteXml ( System.Xml.XmlWriter  writer)
inline

Serializes the object to XML.

Parameters
writerThe object to which the data is written.

Property Documentation

◆ Address

string Apac.Configuration.MessagingAddressElement.Address
getset

Gets or sets the (protocol-specific) address for a message participant.

◆ Name

string Apac.Configuration.MessagingAddressElement.Name
getset

Gets or sets the display name for this address.

◆ Properties

override ConfigurationPropertyCollection Apac.Configuration.MessagingAddressElement.Properties
getprotected

Gets the collection of configuration properties for this configuration element.


The documentation for this class was generated from the following file: