mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
24 lines
786 B
Markdown
24 lines
786 B
Markdown
# SettingsHelper Methods
|
|
|
|
|
|
|
|
|
|
## Methods
|
|
<table>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Helpers_SettingsHelper_GetApplicationSetting__1.md">GetApplicationSetting(T)</a></td>
|
|
<td>Retrieves a setting with the given <code>key</code>.</td></tr>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Helpers_SettingsHelper_SetAccessorMethod.md">SetAccessorMethod</a></td>
|
|
<td>Sets the function used to retrieve application settings.</td></tr>
|
|
<tr>
|
|
<td><a href="M_CapyKit_Helpers_SettingsHelper_SetDetectorMethod.md">SetDetectorMethod</a></td>
|
|
<td>Sets the function used to detect if an application setting with a given <code>key</code> exists.</td></tr>
|
|
</table>
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="T_CapyKit_Helpers_SettingsHelper.md">SettingsHelper Class</a>
|
|
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>
|