CapyKit/Documentation/Help/N_CapyKit_Helpers.md
Jordan Wages 87bd044b31 Settings Helper + Documentation
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.
2024-04-22 18:28:21 -05:00

32 lines
1.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CapyKit.Helpers Namespace
\[Missing <summary> documentation for "N:CapyKit.Helpers"\]
## Classes
<table>
<tr>
<td><a href="T_CapyKit_Helpers_CompressionHelper.md">CompressionHelper</a></td>
<td>A class that contains methods for managing data compression.</td></tr>
<tr>
<td><a href="T_CapyKit_Helpers_LanguageHelper.md">LanguageHelper</a></td>
<td> </td></tr>
<tr>
<td><a href="T_CapyKit_Helpers_SecurityHelper.md">SecurityHelper</a></td>
<td>A class that contains methods for managing secure data processing and cryptography.</td></tr>
<tr>
<td><a href="T_CapyKit_Helpers_SerializationHelper.md">SerializationHelper</a></td>
<td> </td></tr>
<tr>
<td><a href="T_CapyKit_Helpers_SettingsHelper.md">SettingsHelper</a></td>
<td>Static class containing helper methods for retrieving and setting application settings.</td></tr>
</table>
## Enumerations
<table>
<tr>
<td><a href="T_CapyKit_Helpers_ValidCharacterCollection.md">ValidCharacterCollection</a></td>
<td>An enumeration that defines the types of characters that can be included in a random string.</td></tr>
</table>