C# Класс FreakOut.classes.Scraper.TheGamesDB

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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