Method | Description | |
---|---|---|
GetAvailablePlatforms ( ) : List |
||
GetGameByID ( int TGDB_id ) : Game | ||
GetPlatformBanner ( System.Platform PlatformToLookup, string Downloadpath ) : string | ||
GetPlatformBoxart ( System.Platform PlatformToLookup, string Downloadpath ) : string | ||
GetPlatformFanart ( System.Platform PlatformToLookup, string Downloadpath ) : string | ||
GetPlatformInfo ( int PlatformID ) : System.Platform | ||
Search ( string GameName, string Platform ) : List |
||
TheGamesDB ( System.Logger Logfacility ) : System |
public GetPlatformBanner ( System.Platform PlatformToLookup, string Downloadpath ) : string | ||
PlatformToLookup | System.Platform | |
Downloadpath | string | |
return | string |
public GetPlatformBoxart ( System.Platform PlatformToLookup, string Downloadpath ) : string | ||
PlatformToLookup | System.Platform | |
Downloadpath | string | |
return | string |
public GetPlatformFanart ( System.Platform PlatformToLookup, string Downloadpath ) : string | ||
PlatformToLookup | System.Platform | |
Downloadpath | string | |
return | string |
public GetPlatformInfo ( int PlatformID ) : System.Platform | ||
PlatformID | int | |
return | System.Platform |
public Search ( string GameName, string Platform ) : List |
||
GameName | string | |
Platform | string | |
return | List |
public TheGamesDB ( System.Logger Logfacility ) : System | ||
Logfacility | System.Logger | |
return | System |