Nuclex.Support/Source/Settings
2014-07-22 15:58:07 +00:00
..
ConfigurationFileStore.cs Documented the intended interface for the settings store; parseBooleanLiteral() is now a private method in the ConfigurationFileStore again; added some unit tests for the registry-based settings store 2014-07-22 15:58:07 +00:00
ConfigurationFileStore.Parsing.cs Documented the intended interface for the settings store; parseBooleanLiteral() is now a private method in the ConfigurationFileStore again; added some unit tests for the registry-based settings store 2014-07-22 15:58:07 +00:00
ConfigurationFileStore.Test.cs The configuration file store now understands 'yes' and 'no' as booleans; implemented the Get() and TryGet() methods of the windows registry settings store 2014-07-22 11:10:14 +00:00
ISettingsStore.cs Documented the intended interface for the settings store; parseBooleanLiteral() is now a private method in the ConfigurationFileStore again; added some unit tests for the registry-based settings store 2014-07-22 15:58:07 +00:00
MemoryStore.cs Fully implemented the memory store and added unit tests for it 2014-07-21 12:58:33 +00:00
MemoryStore.Test.cs Fully implemented the memory store and added unit tests for it 2014-07-21 12:58:33 +00:00
OptionInfo.cs Renamed the configuration namespace to settings; more progress on the configuration file parser; partially implemented the memory settings store 2014-07-19 22:16:41 +00:00
WindowsRegistryStore.cs Documented the intended interface for the settings store; parseBooleanLiteral() is now a private method in the ConfigurationFileStore again; added some unit tests for the registry-based settings store 2014-07-22 15:58:07 +00:00
WindowsRegistryStore.Test.cs Documented the intended interface for the settings store; parseBooleanLiteral() is now a private method in the ConfigurationFileStore again; added some unit tests for the registry-based settings store 2014-07-22 15:58:07 +00:00