Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
ApplicationConfigurationSettings ( ) : System |
Constructor
|
|
ApplicationConfigurationSettings ( IEnumerable |
Constructor
|
protected ApplicationConfigurationSettings ( ) : System | ||
Результат | System |
protected ApplicationConfigurationSettings ( IEnumerable |
||
values | IEnumerable |
|
Результат | System |
public static FromCollection ( IEnumerable |
||
values | IEnumerable |
Collection of values |
Результат |
public static FromFile ( string filename ) : |
||
filename | string | Filename of the settings |
Результат |
public static FromFiles ( string filenames ) : |
||
filenames | string | Filenames |
Результат |
public Merge ( |
||
reader | Stream reader | |
Результат | string |