Method | Description | |
---|---|---|
FromCollection ( IEnumerable |
Create from the given set of setting values
|
|
FromFile ( string filename ) : |
Create from the given file
|
|
FromFiles ( string filenames ) : |
Create and aggregate from the set of files supplied
|
|
Merge ( |
Replace tokenised settings in a configuration file with actual settings from this representation
|
Method | Description | |
---|---|---|
ApplicationConfigurationSettings ( ) : System |
Constructor
|
|
ApplicationConfigurationSettings ( IEnumerable |
Constructor
|
protected ApplicationConfigurationSettings ( ) : System | ||
return | System |
protected ApplicationConfigurationSettings ( IEnumerable |
||
values | IEnumerable |
|
return | System |
public static FromCollection ( IEnumerable |
||
values | IEnumerable |
Collection of values |
return |
public static FromFile ( string filename ) : |
||
filename | string | Filename of the settings |
return |
public static FromFiles ( string filenames ) : |
||
filenames | string | Filenames |
return |
public Merge ( |
||
reader | Stream reader | |
return | string |