C# Class Caliburn.Micro.IsolatedStorageMechanism

Inheritance: IStorageMechanism
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
BeginStore ( ) : void
Delete ( string key ) : void
EndStore ( ) : void
Get ( string key ) : object
Store ( string key, object data ) : void
Supports ( StorageMode mode ) : bool

Method Details

BeginStore() public méthode

public BeginStore ( ) : void
Résultat void

Delete() public méthode

public Delete ( string key ) : void
key string
Résultat void

EndStore() public méthode

public EndStore ( ) : void
Résultat void

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

Store() public méthode

public Store ( string key, object data ) : void
key string
data object
Résultat void

Supports() public méthode

public Supports ( StorageMode mode ) : bool
mode StorageMode
Résultat bool