C# Class PieDb.SessionDataStore

ファイルを表示 Open project: mcintyre321/PieDb Class Usage Examples

Private Properties

Property Type Description
GetActions IEnumerable

Public Methods

Method Description
Get ( string pieId ) : object
Remove ( string id ) : void
SessionDataStore ( Func getDataStore ) : System
Store ( object o, string pieId ) : void

Private Methods

Method Description
GetActions ( ) : IEnumerable

Method Details

Get() public method

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

Remove() public method

public Remove ( string id ) : void
id string
return void

SessionDataStore() public method

public SessionDataStore ( Func getDataStore ) : System
getDataStore Func
return System

Store() public method

public Store ( object o, string pieId ) : void
o object
pieId string
return void