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

Provides a way for an enterprise configuration to reference a specific protocol setup without duplicating data. Using this a protocol can be established (see ProtocolConfigElement) as handled by multiple message handling types, and a specific one can be selected per enterprise. More...

Inheritance diagram for Apac.Configuration.ProtocolRefConfigElement:

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 Protocol [get, set]
 Gets or sets the name of the configured protocol to be referenced. More...
 
MessagingAddressElements Recipients [get, set]
 Gets or set the protocol-specific list of recipients in this messaging configuration. More...
 
MessagingAddressElement Sender [get, set]
 Gets or set the protocol-specific sender address in this messaging configuration. More...
 
MessagingAddressRefElement SenderRef [get, set]
 Gets or sets the sender reference. More...
 
MessagingAddressRefElements RecipientRefs [get, set]
 Gets or sets the recipient references. More...
 
MessagingGroupRefElements RecipientGroupRefs [get, set]
 Gets or sets the recipient group references. More...
 
string ResolverRef [get, set]
 Gets or sets the resolver reference. More...
 

Detailed Description

Provides a way for an enterprise configuration to reference a specific protocol setup without duplicating data. Using this a protocol can be established (see ProtocolConfigElement) as handled by multiple message handling types, and a specific one can be selected per enterprise.

Member Function Documentation

◆ ReadXml()

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

Deserializes the object from XML.

Parameters
readerThe object from which the data is read.

◆ WriteXml()

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

Serializes the object to XML.

Parameters
writerThe object to which the data is written.

Property Documentation

◆ Properties

override ConfigurationPropertyCollection Apac.Configuration.ProtocolRefConfigElement.Properties
getprotected

Gets the collection of configuration properties for this configuration element.

◆ Protocol

string Apac.Configuration.ProtocolRefConfigElement.Protocol
getset

Gets or sets the name of the configured protocol to be referenced.

◆ RecipientGroupRefs

MessagingGroupRefElements Apac.Configuration.ProtocolRefConfigElement.RecipientGroupRefs
getset

Gets or sets the recipient group references.

The recipient group refs.

◆ RecipientRefs

MessagingAddressRefElements Apac.Configuration.ProtocolRefConfigElement.RecipientRefs
getset

Gets or sets the recipient references.

The recipient refs.

◆ Recipients

MessagingAddressElements Apac.Configuration.ProtocolRefConfigElement.Recipients
getset

Gets or set the protocol-specific list of recipients in this messaging configuration.

◆ ResolverRef

string Apac.Configuration.ProtocolRefConfigElement.ResolverRef
getset

Gets or sets the resolver reference.

The resolver reference.

◆ Sender

MessagingAddressElement Apac.Configuration.ProtocolRefConfigElement.Sender
getset

Gets or set the protocol-specific sender address in this messaging configuration.

◆ SenderRef

MessagingAddressRefElement Apac.Configuration.ProtocolRefConfigElement.SenderRef
getset

Gets or sets the sender reference.

The sender reference.


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