C# 클래스 GwSharp.Api

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

공개 메소드들

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

비공개 메소드들

메소드 설명
FetchMatches ( ) : GwMatch>.Dictionary

메소드 상세

Api() 공개 메소드

public Api ( string language = "en" ) : System.Collections.Generic
language string
리턴 System.Collections.Generic

FindMatch() 공개 메소드

public FindMatch ( GwWorld world ) : GwMatch
world GwWorld
리턴 GwMatch

GetEvents() 공개 메소드

public GetEvents ( string worldId ) : GwEvent>.Dictionary
worldId string
리턴 GwEvent>.Dictionary

GetMaps() 공개 메소드

public GetMaps ( ) : List
리턴 List

GetMatchDetails() 공개 메소드

public GetMatchDetails ( string matchId ) : GwMatchDetails
matchId string
리턴 GwMatchDetails

GetMatches() 공개 메소드

public GetMatches ( ) : GwMatch>.Dictionary
리턴 GwMatch>.Dictionary

GetNames() 공개 메소드

public GetNames ( string url, string lang ) : string>.Dictionary
url string
lang string
리턴 string>.Dictionary

GetWorlds() 공개 메소드

public GetWorlds ( ) : List
리턴 List

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void