Implements a basic configuration map for protocol configurations.
More...
|
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...
|
|
Implements a basic configuration map for protocol configurations.
◆ ProtocolConfigElements()
Apac.Configuration.ProtocolConfigElements.ProtocolConfigElements |
( |
| ) |
|
|
inline |
◆ CreateNewElement()
override ConfigurationElement Apac.Configuration.ProtocolConfigElements.CreateNewElement |
( |
| ) |
|
|
inlineprotected |
◆ DeserializeElement()
override void Apac.Configuration.ProtocolConfigElements.DeserializeElement |
( |
System.Xml.XmlReader |
reader, |
|
|
bool |
serializeCollectionKey |
|
) |
| |
|
inlineprotected |
Deserializes an element from XML configuration.
- Parameters
-
reader | The System.Xml.XmlReader containing the serialized data. |
serializeCollectionKey | ?? |
◆ GetElementKey()
override object Apac.Configuration.ProtocolConfigElements.GetElementKey |
( |
ConfigurationElement |
element | ) |
|
|
inlineprotected |
Gets the unique identifier from element .
- Parameters
-
element | The element for which the unique id is needed. |
- Returns
- Returns the ProtocolConfigElement.Name property.
◆ CollectionType
override ConfigurationElementCollectionType Apac.Configuration.ProtocolConfigElements.CollectionType |
|
get |
Overrides the default collection type to make this a basic map.
◆ ElementName
override string Apac.Configuration.ProtocolConfigElements.ElementName |
|
getprotected |
Gets the name of the XML elements that are contained in this collection.
◆ Properties
override ConfigurationPropertyCollection Apac.Configuration.ProtocolConfigElements.Properties |
|
getprotected |
Gets the collection of configuration properties for this configuration element.
◆ this[int idx]
Numeric indexer that gets or sets the value at the provided index.
- Parameters
-
idx | The numeric index into the collection. |
- Returns
- The ProtocolConfigElement at the provided index.
◆ this[string name]
String indexer (provided for convenience) that gets the value at the provided index.
- Parameters
-
name | The name used to index into the collection. |
- Returns
- The ProtocolConfigElement at the provided index.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Configuration/ProtocolConfigElements.cs