C# 클래스 FreakOut.classes.Scraper.TheGamesDB

파일 보기 프로젝트 열기: henryford/FreakOut 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetAvailablePlatforms() 공개 메소드

public GetAvailablePlatforms ( ) : List
리턴 List

GetGameByID() 공개 메소드

public GetGameByID ( int TGDB_id ) : Game
TGDB_id int
리턴 Game

GetPlatformBanner() 공개 메소드

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

GetPlatformBoxart() 공개 메소드

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

GetPlatformFanart() 공개 메소드

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

GetPlatformInfo() 공개 메소드

public GetPlatformInfo ( int PlatformID ) : System.Platform
PlatformID int
리턴 System.Platform

Search() 공개 메소드

public Search ( string GameName, string Platform ) : List
GameName string
Platform string
리턴 List

TheGamesDB() 공개 메소드

public TheGamesDB ( System.Logger Logfacility ) : System
Logfacility System.Logger
리턴 System