프로퍼티 | 타입 | 설명 | |
---|---|---|---|
conn | SQLiteConnection |
메소드 | 설명 | |
---|---|---|
AddPlayTime ( TimeData>.Dictionary |
||
DBManager ( string file ) : System | ||
DeleteGame ( string uid ) : void | ||
GetPlayTime ( ) : TimeData>.Dictionary |
||
GetPlayTime ( List |
||
InsertOrIgnoreGame ( ObservableCollection |
||
InsertOrReplaceGame ( |
||
InsertOrReplaceGame ( ObservableCollection |
||
InsertOrReplaceTime ( TimeData>.Dictionary |
||
InsertOrReplaceTime ( string date, string game, int value ) : void | ||
LoadGame ( ObservableCollection |
||
LoadGameDisplayInfo ( string UID ) : |
||
QueryGamePlayTime ( string uid ) : List |
||
UpdateGame ( GameExecutionInfo i ) : void | ||
UpdateGameInfoAndExec ( GameExecutionInfo i ) : void | ||
UpdateGameTimeInfo ( string uid, int time, DateTime firstplay, DateTime lastplay ) : void | ||
UpdateTimeNow ( string game, int value ) : void |
public AddPlayTime ( TimeData>.Dictionary |
||
timeDict | TimeData>.Dictionary | |
리턴 | void |
public GetPlayTime ( List |
||
a | List |
|
리턴 | TimeData>.Dictionary |
public InsertOrIgnoreGame ( ObservableCollection |
||
items | ObservableCollection |
|
리턴 | void |
public InsertOrReplaceGame ( |
||
i | ||
리턴 | void |
public InsertOrReplaceGame ( ObservableCollection |
||
items | ObservableCollection |
|
리턴 | void |
public InsertOrReplaceTime ( TimeData>.Dictionary |
||
timeDict | TimeData>.Dictionary | |
리턴 | void |
public InsertOrReplaceTime ( string date, string game, int value ) : void | ||
date | string | |
game | string | |
value | int | |
리턴 | void |
public LoadGame ( ObservableCollection |
||
items | ObservableCollection |
|
리턴 | void |
public LoadGameDisplayInfo ( string UID ) : |
||
UID | string | |
리턴 |
public UpdateGameInfoAndExec ( GameExecutionInfo i ) : void | ||
i | GameExecutionInfo | |
리턴 | void |
public UpdateGameTimeInfo ( string uid, int time, DateTime firstplay, DateTime lastplay ) : void | ||
uid | string | |
time | int | |
firstplay | DateTime | |
lastplay | DateTime | |
리턴 | void |
public UpdateTimeNow ( string game, int value ) : void | ||
game | string | |
value | int | |
리턴 | void |