Nuclex.Support/Source/Settings
Markus Ewald 58504f4a8a Fully implemented the windows registry-based settings store; added more unit tests for the registry settings store
git-svn-id: file:///srv/devel/repo-conversion/nusu@319 d2e56fa2-650e-0410-a79f-9358c0239efd
2014-07-22 16:24:08 +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 Fully implemented the windows registry-based settings store; added more unit tests for the registry settings store 2014-07-22 16:24:08 +00:00
WindowsRegistryStore.Test.cs Fully implemented the windows registry-based settings store; added more unit tests for the registry settings store 2014-07-22 16:24:08 +00:00