C# Class AdvancedLauncher.Providers.GameKing.GameKingWebProvider

Inheritance: AdvancedLauncher.SDK.Model.Web.DatabaseWebProvider
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

Méthode Description
GameKingWebProvider ( IDatabaseManager DatabaseManager, ILogManager logManager ) : System
GetDigimonTypes ( ) : List
GetGuild ( Server server, string guildName, bool isDetailed ) : Guild

Méthodes protégées

Méthode Description
DownloadContent ( string url ) : string
GetDigimons ( Tamer tamer, bool isDetailed ) : List
GetGuildInfo ( Guild &guild, bool isDetailed ) : bool
GetMercenaryInfo ( Digimon &digimon, Tamer tamer ) : bool
GetStarterInfo ( Digimon &digimon, Tamer tamer ) : bool

Private Methods

Méthode Description
ClearStr ( string str ) : string
tryLoadNode ( string url, string nodeExpression ) : HtmlNode
tryLoadNode ( string url, string nodeExpression, HtmlAgilityPack.HtmlDocument &doc ) : HtmlNode

Method Details

DownloadContent() protected méthode

protected DownloadContent ( string url ) : string
url string
Résultat string

GameKingWebProvider() public méthode

public GameKingWebProvider ( IDatabaseManager DatabaseManager, ILogManager logManager ) : System
DatabaseManager IDatabaseManager
logManager ILogManager
Résultat System

GetDigimonTypes() public méthode

public GetDigimonTypes ( ) : List
Résultat List

GetDigimons() protected méthode

protected GetDigimons ( Tamer tamer, bool isDetailed ) : List
tamer AdvancedLauncher.SDK.Model.Entity.Tamer
isDetailed bool
Résultat List

GetGuild() public méthode

public GetGuild ( Server server, string guildName, bool isDetailed ) : Guild
server AdvancedLauncher.SDK.Model.Entity.Server
guildName string
isDetailed bool
Résultat AdvancedLauncher.SDK.Model.Entity.Guild

GetGuildInfo() protected méthode

protected GetGuildInfo ( Guild &guild, bool isDetailed ) : bool
guild AdvancedLauncher.SDK.Model.Entity.Guild
isDetailed bool
Résultat bool

GetMercenaryInfo() protected méthode

protected GetMercenaryInfo ( Digimon &digimon, Tamer tamer ) : bool
digimon AdvancedLauncher.SDK.Model.Entity.Digimon
tamer AdvancedLauncher.SDK.Model.Entity.Tamer
Résultat bool

GetStarterInfo() protected méthode

protected GetStarterInfo ( Digimon &digimon, Tamer tamer ) : bool
digimon AdvancedLauncher.SDK.Model.Entity.Digimon
tamer AdvancedLauncher.SDK.Model.Entity.Tamer
Résultat bool