C# Class FreakOut.classes.Scraper.TheGamesDB

Show file Open project: henryford/FreakOut Class Usage Examples

Public Methods

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

Method Details

GetAvailablePlatforms() public method

public GetAvailablePlatforms ( ) : List
return List

GetGameByID() public method

public GetGameByID ( int TGDB_id ) : Game
TGDB_id int
return Game

GetPlatformBanner() public method

public GetPlatformBanner ( System.Platform PlatformToLookup, string Downloadpath ) : string
PlatformToLookup System.Platform
Downloadpath string
return string

GetPlatformBoxart() public method

public GetPlatformBoxart ( System.Platform PlatformToLookup, string Downloadpath ) : string
PlatformToLookup System.Platform
Downloadpath string
return string

GetPlatformFanart() public method

public GetPlatformFanart ( System.Platform PlatformToLookup, string Downloadpath ) : string
PlatformToLookup System.Platform
Downloadpath string
return string

GetPlatformInfo() public method

public GetPlatformInfo ( int PlatformID ) : System.Platform
PlatformID int
return System.Platform

Search() public method

public Search ( string GameName, string Platform ) : List
GameName string
Platform string
return List

TheGamesDB() public method

public TheGamesDB ( System.Logger Logfacility ) : System
Logfacility System.Logger
return System