C# 클래스 Hackathon.DataServices.DataStore

파일 보기 프로젝트 열기: appacitive/Singham

공개 메소드들

메소드 설명
DataStore ( ) : System
Delete ( string key ) : void
Read ( string key ) : object
Write ( string key, object value ) : void

메소드 상세

DataStore() 공개 메소드

public DataStore ( ) : System
리턴 System

Delete() 공개 메소드

public Delete ( string key ) : void
key string
리턴 void

Read() 공개 메소드

public Read ( string key ) : object
key string
리턴 object

Write() 공개 메소드

public Write ( string key, object value ) : void
key string
value object
리턴 void