DotNX::Config::ConfigSectionManager< ConfigSectionType > Class Template Reference

Abstract base class for configuration section manager classes. More...

Inheritance diagram for DotNX::Config::ConfigSectionManager< ConfigSectionType >:

DotNX::Config::IConfigSectionManager< ConfigSectionType >

List of all members.

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.


Detailed Description

template<ConfigSectionType>
class DotNX::Config::ConfigSectionManager< ConfigSectionType >

Abstract base class for configuration section manager classes.

Template Parameters:
ConfigSectionType The class that represents the configuration section.
Type Constraints
ConfigSectionType :class 

Constructor & Destructor Documentation

template<ConfigSectionType >
DotNX::Config::ConfigSectionManager< ConfigSectionType >::ConfigSectionManager ( string  sectionName,
System.Configuration.Configuration  sysConfig 
)

Constructor.

Parameters:
sectionName The name of the configuration section.
sysConfig The Configuration that contains the managed section.


Property Documentation

template<ConfigSectionType >
string DotNX::Config::ConfigSectionManager< ConfigSectionType >::SectionName [get]

The name of the configuration section.

Implements DotNX::Config::IConfigSectionManager< ConfigSectionType >.

template<ConfigSectionType >
ConfigSectionType DotNX::Config::ConfigSectionManager< ConfigSectionType >::ConfigSection [get]

The configuration section.

Implements DotNX::Config::IConfigSectionManager< ConfigSectionType >.


The documentation for this class was generated from the following file:

SourceForge.net Logo
Generated on Sat Oct 18 14:13:25 2008 for .Nick's 0.1.0 by  doxygen 1.5.7.1