Class ServerApplicationSettingService<T>
public class ServerApplicationSettingService<T> : IApplicationSettingService<T>, IApplicationSettingService where T : class
Type Parameters
T
- Inheritance
-
ServerApplicationSettingService<T>
- Implements
Constructors
Methods
- Get()
Gets the application settings of type
T
.
- GetSettingsAsObject()
Gets the application settings as an object.
- LoadData()
Loads the data for the application settings.
- Save()
Saves the application settings.