C# Class Etupirka.InformationManager

ファイルを表示 Open project: Aixile/Etupirka

Public Properties

Property Type Description
conn System.Data.SQLite.SQLiteConnection

Public Methods

Method Description
InformationManager ( string file ) : System
create ( string file ) : void
getEsInfo ( GameInfo g ) : void
update ( string line ) : bool

Method Details

InformationManager() public method

public InformationManager ( string file ) : System
file string
return System

create() public method

public create ( string file ) : void
file string
return void

getEsInfo() public method

public getEsInfo ( GameInfo g ) : void
g GameInfo
return void

update() public method

public update ( string line ) : bool
line string
return bool

Property Details

conn public_oe property

public SQLiteConnection,System.Data.SQLite conn
return System.Data.SQLite.SQLiteConnection