C# Class Hackathon.DataServices.DataStore

Afficher le fichier Open project: appacitive/Singham

Méthodes publiques

Méthode Description
DataStore ( ) : System
Delete ( string key ) : void
Read ( string key ) : object
Write ( string key, object value ) : void

Method Details

DataStore() public méthode

public DataStore ( ) : System
Résultat System

Delete() public méthode

public Delete ( string key ) : void
key string
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