C# Class Smeedee.WP7.Services.Fakes.FakePersister

Inheritance: IPersistenceService
Afficher le fichier Open project: Smeedee/Smeedee-Mobile

Méthodes publiques

Méthode Description
Get ( string key, bool defaultValue ) : bool
Get ( string key, int defaultValue ) : int
Get ( string key, string defaultValue ) : string
Save ( string key, bool value ) : void
Save ( string key, int value ) : void
Save ( string key, string value ) : void

Method Details

Get() public méthode

public Get ( string key, bool defaultValue ) : bool
key string
defaultValue bool
Résultat bool

Get() public méthode

public Get ( string key, int defaultValue ) : int
key string
defaultValue int
Résultat int

Get() public méthode

public Get ( string key, string defaultValue ) : string
key string
defaultValue string
Résultat string

Save() public méthode

public Save ( string key, bool value ) : void
key string
value bool
Résultat void

Save() public méthode

public Save ( string key, int value ) : void
key string
value int
Résultat void

Save() public méthode

public Save ( string key, string value ) : void
key string
value string
Résultat void