C# Class FreakOut.classes.Scraper.TheGamesDB

Afficher le fichier Open project: henryford/FreakOut Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

GetAvailablePlatforms() public méthode

public GetAvailablePlatforms ( ) : List
Résultat List

GetGameByID() public méthode

public GetGameByID ( int TGDB_id ) : Game
TGDB_id int
Résultat Game

GetPlatformBanner() public méthode

public GetPlatformBanner ( System.Platform PlatformToLookup, string Downloadpath ) : string
PlatformToLookup System.Platform
Downloadpath string
Résultat string

GetPlatformBoxart() public méthode

public GetPlatformBoxart ( System.Platform PlatformToLookup, string Downloadpath ) : string
PlatformToLookup System.Platform
Downloadpath string
Résultat string

GetPlatformFanart() public méthode

public GetPlatformFanart ( System.Platform PlatformToLookup, string Downloadpath ) : string
PlatformToLookup System.Platform
Downloadpath string
Résultat string

GetPlatformInfo() public méthode

public GetPlatformInfo ( int PlatformID ) : System.Platform
PlatformID int
Résultat System.Platform

Search() public méthode

public Search ( string GameName, string Platform ) : List
GameName string
Platform string
Résultat List

TheGamesDB() public méthode

public TheGamesDB ( System.Logger Logfacility ) : System
Logfacility System.Logger
Résultat System