Interface IUserSettingService
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
Represents a user setting service that provides operations for retrieving and manipulating user settings.
public interface IUserSettingService
Methods
- GetValue<ValueType>(string)
Gets the value of the specified setting key.
- LoadData()
Loads the user settings data.
- Save()
Saves the user settings.
- SetValue(string, object)
Sets the value of the specified setting key.