
Public Member Functions | |
| ConfigSectionManager (string sectionName, System.Configuration.Configuration sysConfig) | |
| Constructor. | |
Properties | |
| string | SectionName [get] |
| The name of the configuration section. | |
| ConfigSectionType | ConfigSection [get] |
| The configuration section. | |
| ConfigSectionType | The class that represents the configuration section. |
| ConfigSectionType | : | class |
| DotNX::Config::ConfigSectionManager< ConfigSectionType >::ConfigSectionManager | ( | string | sectionName, | |
| System.Configuration.Configuration | sysConfig | |||
| ) |
Constructor.
| sectionName | The name of the configuration section. | |
| sysConfig | The Configuration that contains the managed section. |
string DotNX::Config::ConfigSectionManager< ConfigSectionType >::SectionName [get] |
The name of the configuration section.
Implements DotNX::Config::IConfigSectionManager< ConfigSectionType >.
ConfigSectionType DotNX::Config::ConfigSectionManager< ConfigSectionType >::ConfigSection [get] |