Method | Description | |
---|---|---|
Read ( ) : |
Get merged KeyValueConfigurationCollection
|
|
SettingsReader ( String path ) : System |
Initializes a new instance of the T:System.Object class.
|
Method | Description | |
---|---|---|
GetApplicationSettingsFromDirectory ( String directoryPath ) : |
Get default configuration file from directory
|
|
GetApplicationSettingsFromFile ( String configFilePath ) : |
Load
|
|
GetDirectoryAscendants ( String folder ) : List |
Will return list of ascendats of folder. Something like this: C:\ C:\Folder C:\Folder\SubFolder C:\Folder\SubFolder\SubSubFolder etc...
|
|
Merge ( List |
Returns merged settings collection
|
public Read ( ) : |
||
return |
public SettingsReader ( String path ) : System | ||
path | String | |
return | System |