mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-07-05 04:41:33 -05:00
The `SettingsHelper` is an agnostic way to access settings values uniformly through code. The accessor methods are controlled by the consumer. Documentation has been a bit wonky. I changed the max number of version number components allowed, so each new build should not create new changes on every single bit of documentation now.
831 B
831 B
SettingsHelper Methods
Methods
GetApplicationSetting(T) | Retrieves a setting with the given key . Returns the setting as an uncast T. |
SetAccessorMethod | Sets the function used to retrieve application settings. |
SetDetectorMethod | Sets the function used to detect if an application setting with a given key exists. |