C# 클래스 NBot.FileBrain.FileBrain

상속: IBrain
파일 보기 프로젝트 열기: NBot/NBot

공개 메소드들

메소드 설명
ContainsKey ( string key ) : bool
FileBrain ( string fileStorragePath ) : System.Collections.Generic
GetValue ( string key ) : object
RemoveKey ( string key ) : void
SetValue ( string key, object value ) : void

비공개 메소드들

메소드 설명
GetKeyFile ( string key ) : string
GetKeyValue ( string key ) : object
KeyExists ( string key ) : bool
SetKeyValue ( string key, object value ) : void

메소드 상세

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

FileBrain() 공개 메소드

public FileBrain ( string fileStorragePath ) : System.Collections.Generic
fileStorragePath string
리턴 System.Collections.Generic

GetValue() 공개 메소드

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

RemoveKey() 공개 메소드

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

SetValue() 공개 메소드

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