C# Class Caliburn.Micro.IsolatedStorageMechanism

Inheritance: IStorageMechanism
Show file Open project: Slesa/Playground

Public Methods

Method 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 method

public BeginStore ( ) : void
return void

Delete() public method

public Delete ( string key ) : void
key string
return void

EndStore() public method

public EndStore ( ) : void
return void

Get() public method

public Get ( string key ) : object
key string
return object

Store() public method

public Store ( string key, object data ) : void
key string
data object
return void

Supports() public method

public Supports ( StorageMode mode ) : bool
mode StorageMode
return bool