| IApplicationSettingsServiceHandler Interface |
Namespace: Cimbalino.Toolkit.Services
public interface IApplicationSettingsServiceHandler
The IApplicationSettingsServiceHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains |
Determines if the application settings contains the specified key.
| |
| GetT(String) |
Gets the value associated with the specified key.
| |
| GetT(String, T) |
Gets the value associated with the specified key.
| |
| GetValuesAsync |
Gets an object that represents all the settings in this IApplicationSettingsServiceHandler instance.
| |
| Remove |
Removes the specified key and associated value.
| |
| SetT |
Sets the value for the specified key. If the entry does not exist, a new one will be added.
|