C# Class Microsoft.Silverlight.Testing.Service.IsolatedStorageSettingsProvider

A type that stores global settings in the isolated storage for the application. An implementation of the type.
Inheritance: SettingsProvider
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initializes the isolated storage settings provider.

IsolatedStorageSettingsProvider ( TestServiceProvider testService ) : System

Initializes a new isolated storage settings provider.

SaveSettings ( Action callback ) : void

Saves the current settings values.

Private Methods

Méthode Description
InitializeSettings ( ) : void

Initialize the isolated storage application settings object.

LoadSettings ( ) : void

Recalls the stored settings values from isolated storage.

Method Details

Initialize() public méthode

Initializes the isolated storage settings provider.
public Initialize ( ) : void
Résultat void

IsolatedStorageSettingsProvider() public méthode

Initializes a new isolated storage settings provider.
public IsolatedStorageSettingsProvider ( TestServiceProvider testService ) : System
testService TestServiceProvider The test service instance.
Résultat System

SaveSettings() public méthode

Saves the current settings values.
public SaveSettings ( Action callback ) : void
callback Action The service completion callback.
Résultat void