AP&C API Reference
|
Implements a basic configuration map for message configurations. More...
Public Member Functions | |
MessageConfigElements () | |
Default constructor. More... | |
Protected Member Functions | |
override ConfigurationElement | CreateNewElement () |
Creates a new configuration element during deserialization. More... | |
override object | GetElementKey (ConfigurationElement element) |
Gets the unique identifier from element . More... | |
override void | DeserializeElement (System.Xml.XmlReader reader, bool serializeCollectionKey) |
Deserializes an element from XML configuration. More... | |
Properties | |
MessageConfigElement | this[int idx] [get, set] |
Numeric indexer that gets or sets the value at the provided index. More... | |
new MessageConfigElement | this[string type] [get, set] |
Special indexer for retrieving configs by message type. More... | |
MessageConfigElement | this[Messaging.MessageType messageType] [get] |
String indexer (provided for convenience) that gets the value at the provided index. More... | |
override string | ElementName [get] |
Gets the name of the XML elements that are contained in this collection. More... | |
override ConfigurationPropertyCollection | Properties [get] |
Gets the collection of configuration properties for this configuration element. More... | |
override ConfigurationElementCollectionType | CollectionType [get] |
Overrides the default collection type to make this a basic map. More... | |
Implements a basic configuration map for message configurations.
|
inline |
Default constructor.
|
inlineprotected |
Creates a new configuration element during deserialization.
|
inlineprotected |
Deserializes an element from XML configuration.
reader | The System.Xml.XmlReader containing the serialized data. |
serializeCollectionKey | ?? |
|
inlineprotected |
Gets the unique identifier from element .
element | The element for which the unique id is needed. |
|
get |
Overrides the default collection type to make this a basic map.
|
getprotected |
Gets the name of the XML elements that are contained in this collection.
|
getprotected |
Gets the collection of configuration properties for this configuration element.
|
getset |
Numeric indexer that gets or sets the value at the provided index.
idx | The numeric index into the collection. |
|
get |
String indexer (provided for convenience) that gets the value at the provided index.
messageType | The message type used to index into the collection. |
|
getset |
Special indexer for retrieving configs by message type.
type | The type of message to be retrieved. |
null
.