Method | Description | |
---|---|---|
AllGames ( ) : List |
||
AllGamesByPlatform ( string Platform ) : List |
||
AllWantedGames ( ) : List |
||
CleanCache ( ) : void | ||
CloseConnection ( ) : void | ||
DatabaseConnector ( Logger Logfacility ) : System | ||
DeleteGame ( Game GameToDelete ) : bool | ||
DisablePlatform ( int gamedbid ) : void | ||
EnablePlatform ( int gamedbid ) : void | ||
FillDataTable ( ) : |
||
GameIsDownloaded ( int GameID ) : bool | ||
GetGame ( int GameID ) : Game | ||
GetGame ( string GameName ) : Game | ||
GetPlatformID ( string PlatformName ) : int | ||
GetSettingByName ( string SettingName ) : string | ||
InitializeCache ( ) : void | ||
InsertGame ( Game GameToInsert ) : int | ||
IsPlatformDisabled ( int gamedbid ) : bool | ||
MarkGameDownloaded ( int GameID ) : void | ||
MarkGameSnatched ( int GameID ) : void | ||
MarkGameUndownloaded ( int GameID ) : void | ||
MarkGameUnsnatched ( int GameID ) : void | ||
MarkGameUnwanted ( int GameID ) : void | ||
MarkGameWanted ( int GameID ) : void | ||
PlatformID ( string NameOfPlatform ) : int | ||
PurgeCache ( ) : void | ||
SearchForGame ( string GameName ) : List |
||
SetInstallPath ( int GameID, string InstallPath ) : void | ||
SetSettingByName ( string SettingName, string Content ) : void | ||
SetTGDBID ( Game GameToUpdate ) : bool | ||
UpdateGame ( Game GameToUpdate ) : bool |
Method | Description | |
---|---|---|
InitializeDatabase ( ) : void |
public AllGamesByPlatform ( string Platform ) : List |
||
Platform | string | |
return | List |
public DatabaseConnector ( Logger Logfacility ) : System | ||
Logfacility | Logger | |
return | System |
public DeleteGame ( Game GameToDelete ) : bool | ||
GameToDelete | Game | |
return | bool |
public DisablePlatform ( int gamedbid ) : void | ||
gamedbid | int | |
return | void |
public EnablePlatform ( int gamedbid ) : void | ||
gamedbid | int | |
return | void |
public GameIsDownloaded ( int GameID ) : bool | ||
GameID | int | |
return | bool |
public GetPlatformID ( string PlatformName ) : int | ||
PlatformName | string | |
return | int |
public GetSettingByName ( string SettingName ) : string | ||
SettingName | string | |
return | string |
public InsertGame ( Game GameToInsert ) : int | ||
GameToInsert | Game | |
return | int |
public IsPlatformDisabled ( int gamedbid ) : bool | ||
gamedbid | int | |
return | bool |
public MarkGameDownloaded ( int GameID ) : void | ||
GameID | int | |
return | void |
public MarkGameSnatched ( int GameID ) : void | ||
GameID | int | |
return | void |
public MarkGameUndownloaded ( int GameID ) : void | ||
GameID | int | |
return | void |
public MarkGameUnsnatched ( int GameID ) : void | ||
GameID | int | |
return | void |
public MarkGameUnwanted ( int GameID ) : void | ||
GameID | int | |
return | void |
public PlatformID ( string NameOfPlatform ) : int | ||
NameOfPlatform | string | |
return | int |
public SearchForGame ( string GameName ) : List |
||
GameName | string | |
return | List |
public SetInstallPath ( int GameID, string InstallPath ) : void | ||
GameID | int | |
InstallPath | string | |
return | void |
public SetSettingByName ( string SettingName, string Content ) : void | ||
SettingName | string | |
Content | string | |
return | void |
public SetTGDBID ( Game GameToUpdate ) : bool | ||
GameToUpdate | Game | |
return | bool |
public UpdateGame ( Game GameToUpdate ) : bool | ||
GameToUpdate | Game | |
return | bool |