Class ApplicationSettingService<T>
- Namespace
- Innova.Data.AppSettings.Services
- Assembly
- Innova.Data.dll
Represents a service for managing application settings.
public class ApplicationSettingService<T> : IApplicationSettingService<T>, IApplicationSettingService where T : class, new()
Type Parameters
T
The type of the application settings.
- Inheritance
-
ApplicationSettingService<T>
- Implements
Constructors
- ApplicationSettingService(ISettingEntityService)
Initializes a new instance of the ApplicationSettingService<T> class.
Methods
- Get()
Gets the application settings.
- GetSettingsAsObject()
Gets the application settings as an object.
- LoadData()
Loads the application settings data.
- Save()
Saves the application settings.