C# 클래스 Fizzi.Libraries.ChallongeApiWrapper.ChallongePortal

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

공개 메소드들

메소드 설명
ChallongePortal ( string apiKey ) : System
ChallongePortal ( string apiKey, string subdomain ) : System
EndTournament ( int tournamentId ) : void
GetMatches ( int tournamentId ) : IEnumerable
GetParticipants ( int tournamentId ) : IEnumerable
GetTournaments ( ) : IEnumerable
ReportMatchWinner ( int tournamentId, int matchId, int winnerId ) : void
SetParticipantMisc ( int tournamentId, int participantId, string misc ) : void
ShowTournament ( int tournamentId ) : Fizzi.Libraries.ChallongeApiWrapper.Tournament

비공개 메소드들

메소드 설명
throwOnError ( IRestResponse response ) : void

메소드 상세

ChallongePortal() 공개 메소드

public ChallongePortal ( string apiKey ) : System
apiKey string
리턴 System

ChallongePortal() 공개 메소드

public ChallongePortal ( string apiKey, string subdomain ) : System
apiKey string
subdomain string
리턴 System

EndTournament() 공개 메소드

public EndTournament ( int tournamentId ) : void
tournamentId int
리턴 void

GetMatches() 공개 메소드

public GetMatches ( int tournamentId ) : IEnumerable
tournamentId int
리턴 IEnumerable

GetParticipants() 공개 메소드

public GetParticipants ( int tournamentId ) : IEnumerable
tournamentId int
리턴 IEnumerable

GetTournaments() 공개 메소드

public GetTournaments ( ) : IEnumerable
리턴 IEnumerable

ReportMatchWinner() 공개 메소드

public ReportMatchWinner ( int tournamentId, int matchId, int winnerId ) : void
tournamentId int
matchId int
winnerId int
리턴 void

SetParticipantMisc() 공개 메소드

public SetParticipantMisc ( int tournamentId, int participantId, string misc ) : void
tournamentId int
participantId int
misc string
리턴 void

ShowTournament() 공개 메소드

public ShowTournament ( int tournamentId ) : Fizzi.Libraries.ChallongeApiWrapper.Tournament
tournamentId int
리턴 Fizzi.Libraries.ChallongeApiWrapper.Tournament