This configuration class provides a one-to-many mapping between message types and protocols use to send messages of those types. This allows, for example, a SystemStatus message to be sent via email and IM simply by changing the configuration on the server hosting the message controller.
More...
|
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...
|
|
This configuration class provides a one-to-many mapping between message types and protocols use to send messages of those types. This allows, for example, a SystemStatus message to be sent via email and IM simply by changing the configuration on the server hosting the message controller.
◆ ReadXml()
void Apac.Configuration.MessageConfigElement.ReadXml |
( |
System.Xml.XmlReader |
reader | ) |
|
|
inline |
Deserializes the object from XML.
- Parameters
-
reader | The object from which the data is read. |
◆ WriteXml()
void Apac.Configuration.MessageConfigElement.WriteXml |
( |
System.Xml.XmlWriter |
writer | ) |
|
|
inline |
Serializes the object to XML.
- Parameters
-
writer | The object to which the data is written. |
◆ MessageType
string Apac.Configuration.MessageConfigElement.MessageType |
|
getset |
◆ MessageTypeValue
◆ Properties
override ConfigurationPropertyCollection Apac.Configuration.MessageConfigElement.Properties |
|
getprotected |
Gets the collection of configuration properties for this configuration element.
◆ ProtocolRefs
Gets or sets the name of the protocol configuration to use for delivering message with the type specified by MessageType.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Configuration/MessageConfigElement.cs