C# Class Hackathon.DataServices.Connection

Inheritance: IDisposable
Show file Open project: appacitive/Singham

Public Methods

Method Description
Connection ( Database database, int sessionId ) : System
Delete ( string key ) : void
Dispose ( ) : void
Read ( string key ) : object
Write ( string key, object value ) : void

Method Details

Connection() public method

public Connection ( Database database, int sessionId ) : System
database Database
sessionId int
return System

Delete() public method

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

Dispose() public method

public Dispose ( ) : void
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