C# Class Hackathon.DataServices.DataStore

Show file Open project: appacitive/Singham

Public Methods

Method Description
DataStore ( ) : System
Delete ( string key ) : void
Read ( string key ) : object
Write ( string key, object value ) : void

Method Details

DataStore() public method

public DataStore ( ) : System
return System

Delete() public method

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

Read() public method

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

Write() public method

public Write ( string key, object value ) : void
key string
value object
return void