C# Class GwSharp.Api

Afficher le fichier Open project: Rohansi/GwSharp Class Usage Examples

Méthodes publiques

Méthode Description
Api ( string language = "en" ) : System.Collections.Generic
FindMatch ( GwWorld world ) : GwMatch
GetEvents ( string worldId ) : GwEvent>.Dictionary
GetMaps ( ) : List
GetMatchDetails ( string matchId ) : GwMatchDetails
GetMatches ( ) : GwMatch>.Dictionary
GetNames ( string url, string lang ) : string>.Dictionary
GetWorlds ( ) : List
Refresh ( ) : void

Private Methods

Méthode Description
FetchMatches ( ) : GwMatch>.Dictionary

Method Details

Api() public méthode

public Api ( string language = "en" ) : System.Collections.Generic
language string
Résultat System.Collections.Generic

FindMatch() public méthode

public FindMatch ( GwWorld world ) : GwMatch
world GwWorld
Résultat GwMatch

GetEvents() public méthode

public GetEvents ( string worldId ) : GwEvent>.Dictionary
worldId string
Résultat GwEvent>.Dictionary

GetMaps() public méthode

public GetMaps ( ) : List
Résultat List

GetMatchDetails() public méthode

public GetMatchDetails ( string matchId ) : GwMatchDetails
matchId string
Résultat GwMatchDetails

GetMatches() public méthode

public GetMatches ( ) : GwMatch>.Dictionary
Résultat GwMatch>.Dictionary

GetNames() public méthode

public GetNames ( string url, string lang ) : string>.Dictionary
url string
lang string
Résultat string>.Dictionary

GetWorlds() public méthode

public GetWorlds ( ) : List
Résultat List

Refresh() public méthode

public Refresh ( ) : void
Résultat void