C# Class Etupirka.InformationManager

Afficher le fichier Open project: Aixile/Etupirka

Méthodes publiques

Свойство Type Description
conn System.Data.SQLite.SQLiteConnection

Méthodes publiques

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

Method Details

InformationManager() public méthode

public InformationManager ( string file ) : System
file string
Résultat System

create() public méthode

public create ( string file ) : void
file string
Résultat void

getEsInfo() public méthode

public getEsInfo ( GameInfo g ) : void
g GameInfo
Résultat void

update() public méthode

public update ( string line ) : bool
line string
Résultat bool

Property Details

conn public_oe property

public SQLiteConnection,System.Data.SQLite conn
Résultat System.Data.SQLite.SQLiteConnection