C# 클래스 Etupirka.InformationManager

파일 보기 프로젝트 열기: Aixile/Etupirka

공개 프로퍼티들

프로퍼티 타입 설명
conn System.Data.SQLite.SQLiteConnection

공개 메소드들

메소드 설명
InformationManager ( string file ) : System
create ( string file ) : void
getEsInfo ( GameInfo g ) : void
update ( string line ) : bool

메소드 상세

InformationManager() 공개 메소드

public InformationManager ( string file ) : System
file string
리턴 System

create() 공개 메소드

public create ( string file ) : void
file string
리턴 void

getEsInfo() 공개 메소드

public getEsInfo ( GameInfo g ) : void
g GameInfo
리턴 void

update() 공개 메소드

public update ( string line ) : bool
line string
리턴 bool

프로퍼티 상세

conn 공개적으로 프로퍼티

public SQLiteConnection,System.Data.SQLite conn
리턴 System.Data.SQLite.SQLiteConnection