C# Class PerpetualEngine.Storage.iOSSimpleStorage

Inheritance: SimpleStorage
Afficher le fichier Open project: zauberzeug/SimpleStorage

Méthodes publiques

Méthode Description
Delete ( string key ) : void

Delete the specified key.

Get ( string key ) : string

Retrieves value with given key.

Put ( string key, string value ) : void

Persists a value with given key.

iOSSimpleStorage ( string groupName ) : Foundation

Method Details

Delete() public méthode

Delete the specified key.
public Delete ( string key ) : void
key string
Résultat void

Get() public méthode

Retrieves value with given key.
public Get ( string key ) : string
key string
Résultat string

Put() public méthode

Persists a value with given key.
public Put ( string key, string value ) : void
key string Key
value string if value is null, the key will be deleted
Résultat void

iOSSimpleStorage() public méthode

public iOSSimpleStorage ( string groupName ) : Foundation
groupName string
Résultat Foundation