DotNX::Config::IConfigManager Interface Reference

Interface for configuration manager classes. More...

Inheritance diagram for DotNX::Config::IConfigManager:

DotNX::Config::ConfigManagerBase< ConfigSectionType > DotNX::Config::WebConfigManagerBase< ConfigSectionType >

List of all members.

Public Member Functions

string GetConnectionString (string name)
 Retrieves a connection string from the configuration.

Properties

System.Configuration.Configuration SysConfig [get]
 The application's configuration.


Detailed Description

Interface for configuration manager classes.

Implemented by classes that handle an application's entire configuration.


Member Function Documentation

string DotNX::Config::IConfigManager::GetConnectionString ( string  name  ) 

Retrieves a connection string from the configuration.

Parameters:
name The name of the configuration.
Returns:
The connection string.

Implemented in DotNX::Config::ConfigManagerBase< ConfigSectionType >.


Property Documentation

System.Configuration.Configuration DotNX::Config::IConfigManager::SysConfig [get]

The application's configuration.

Implemented in DotNX::Config::ConfigManagerBase< ConfigSectionType >.


The documentation for this interface 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