West Wind Application Settings for .NET |
wwAppConfiguration.ReadKeysFromConfig
|
Reads all the configuration settings from the .Config file into the public fields of this object.
If the keys don't exist in the file the values are returned as the default values set on the fields. If keys missing they are written into the .Config file with their default values insuring that the class and the config file are always in sync.
Syntax: |
public virtual void ReadKeysFromConfig(); |
| Return: | void |
Overloads: