Click or drag to resize
Cimbalino ToolkitIApplicationSettingsServiceHandler Interface
Represents a service capable of handling the application settings.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public interface IApplicationSettingsServiceHandler

The IApplicationSettingsServiceHandler type exposes the following members.

Methods
  NameDescription
Public methodContains
Determines if the application settings contains the specified key.
Public methodGetT(String)
Gets the value associated with the specified key.
Public methodGetT(String, T)
Gets the value associated with the specified key.
Public methodGetValuesAsync
Gets an object that represents all the settings in this IApplicationSettingsServiceHandler instance.
Public methodRemove
Removes the specified key and associated value.
Public methodSetT
Sets the value for the specified key. If the entry does not exist, a new one will be added.
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also