C# Class Hackathon.DataServices.Connection

Inheritance: IDisposable
Afficher le fichier Open project: appacitive/Singham

Méthodes publiques

Méthode 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 méthode

public Connection ( Database database, int sessionId ) : System
database Database
sessionId int
Résultat System

Delete() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Read() public méthode

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

Write() public méthode

public Write ( string key, object value ) : void
key string
value object
Résultat void