SettingService Class
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Service layer for settings.
public static class SettingService
- Inheritance:
- System.Object → SettingService
Methods
Delete(string) | Permanently removes a setting from the repository. |
Get(string, object) | Gets a setting value from the repository. |
Get |
Gets a setting value from the repository. |
Get |
Get settings from the repository. |
Set(ISettings) | Store settings in the repository. |
Set |
Store a setting into the repository. |