C# Class Appccelerate.Bootstrapper.Specification.Dummies.CustomExtensionWithConfigurationWhichKnowsNameAndWhereToLoadFrom
ファイルを表示
Open project: appccelerate/appccelerate
Public Methods
Method |
Description |
|
Apply ( ConfigurationSection section ) : void |
|
|
Describe ( ) : string |
|
|
GetSection ( string sectionName ) : ConfigurationSection |
|
|
Method Details
public Apply ( ConfigurationSection section ) : void |
section |
System.Configuration.ConfigurationSection |
|
return |
void |
|
public Describe ( ) : string |
return |
string |
|
GetSection()
public method
public GetSection ( string sectionName ) : ConfigurationSection |
sectionName |
string |
|
return |
System.Configuration.ConfigurationSection |
|