AP&C API Reference
|
Implements a basic configuration map for queue configurations. More...
Public Member Functions | |
MessagingAddressRefElements () | |
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... | |
Properties | |
string | ResolverRef [get, set] |
Gets or sets the resolver reference. More... | |
MessagingAddressRefElement | this[int idx] [get, set] |
Numeric indexer that gets or sets the value at the provided index. More... | |
new MessagingAddressRefElement | this[string name] [get, set] |
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 queue configurations.
|
inline |
Default constructor.
|
inlineprotected |
Creates a new configuration element during deserialization.
|
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 |
Gets or sets the resolver reference.
The resolver reference.
|
getset |
Numeric indexer that gets or sets the value at the provided index.
idx | The numeric index into the collection. |
|
getset |
String indexer (provided for convenience) that gets the value at the provided index.
name | The name used to index into the collection. |