Method | Description | |
---|---|---|
Add ( string configFileName, string propName, string propValue ) : void |
Add a new unconfigured setting.
|
|
GetMissingPropsForFile ( string pstrConfigFileName ) : List |
Return the list of parameters that are missing from the specified configuration file.
|
|
GetTheSingleInstance ( ) : |
Return a reference to the single instance after initializing it if needed. Initializing the dictionary is handled by the private instance constructor. |
Method | Description | |
---|---|---|
UnconfiguredDLLSettings ( ) : System |
Singletons keep ALL their constructors private.
|
public Add ( string configFileName, string propName, string propValue ) : void | ||
configFileName | string | /// Identify the affected configuration file. /// |
propName | string | /// Identify the name of the missing property. /// |
propValue | string | /// Recird its default value. /// |
return | void |
public GetMissingPropsForFile ( string pstrConfigFileName ) : List |
||
pstrConfigFileName | string | /// Specify the name of the file for which the list is wanted. /// |
return | List |
public static GetTheSingleInstance ( ) : |
||
return |