C# Class Simple.Data.Oracle.Tests.Configuration.TestConfigurationManager

Inheritance: IConfigurationManager
Datei anzeigen Open project: SimonH/Simple.Data.Oracle Class Usage Examples

Public Methods

Method Description
GetSection ( string sectionName ) : object
TestConfigurationManager ( NameValueCollection appSettings = null, object section = null ) : System.Collections.Specialized

Method Details

GetSection() public method

public GetSection ( string sectionName ) : object
sectionName string
return object

TestConfigurationManager() public method

public TestConfigurationManager ( NameValueCollection appSettings = null, object section = null ) : System.Collections.Specialized
appSettings System.Collections.Specialized.NameValueCollection
section object
return System.Collections.Specialized