Property | Type | Description | |
---|---|---|---|
conn | SQLiteConnection |
Method | Description | |
---|---|---|
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 | |
return | void |
public GetPlayTime ( ) : TimeData>.Dictionary |
||
return | TimeData>.Dictionary |
public GetPlayTime ( List |
||
a | List |
|
return | TimeData>.Dictionary |
public InsertOrIgnoreGame ( ObservableCollection |
||
items | ObservableCollection |
|
return | void |
public InsertOrReplaceGame ( |
||
i | ||
return | void |
public InsertOrReplaceGame ( ObservableCollection |
||
items | ObservableCollection |
|
return | void |
public InsertOrReplaceTime ( TimeData>.Dictionary |
||
timeDict | TimeData>.Dictionary | |
return | void |
public InsertOrReplaceTime ( string date, string game, int value ) : void | ||
date | string | |
game | string | |
value | int | |
return | void |
public LoadGame ( ObservableCollection |
||
items | ObservableCollection |
|
return | void |
public LoadGameDisplayInfo ( string UID ) : |
||
UID | string | |
return |
public QueryGamePlayTime ( string uid ) : List |
||
uid | string | |
return | List |
public UpdateGame ( GameExecutionInfo i ) : void | ||
i | GameExecutionInfo | |
return | void |
public UpdateGameInfoAndExec ( GameExecutionInfo i ) : void | ||
i | GameExecutionInfo | |
return | void |
public UpdateGameTimeInfo ( string uid, int time, DateTime firstplay, DateTime lastplay ) : void | ||
uid | string | |
time | int | |
firstplay | DateTime | |
lastplay | DateTime | |
return | void |
public UpdateTimeNow ( string game, int value ) : void | ||
game | string | |
value | int | |
return | void |