C# 클래스 RiotSharp.SummonerEndpoint.SummonerBase

Class representing the name and id of a Summoner in the API.
파일 보기 프로젝트 열기: BenFradet/RiotSharp

Private Properties

프로퍼티 타입 설명
SummonerBase Newtonsoft.Json
SummonerBase Newtonsoft.Json

공개 메소드들

메소드 설명
GetEntireLeagues ( ) : List

Retrieves leagues data for this summoner, including leagues for all of this summoner's teams synchronously.

GetEntireLeaguesAsync ( ) : Task>

Retrieves leagues data for this summoner, including leagues for all of this summoner's teams asynchronously.

GetLeagues ( ) : List

Retrieve the league items for this specific summoner and not the entire league.

GetLeaguesAsync ( ) : Task>

Retrieve the league items for this specific summoner and not the entire league asynchronously.

GetMasteryPages ( ) : List

Get mastery pages for this summoner synchronously.

GetMasteryPagesAsync ( ) : Task>

Get mastery pages for this summoner asynchronously.

GetRecentGames ( ) : List

Get the 10 most recent games for this summoner synchronously.

GetRecentGamesAsync ( ) : Task>

Get the 10 most recent games for this summoner asynchronously.

GetRunePages ( ) : List

Get rune pages for this summoner synchronously.

GetRunePagesAsync ( ) : Task>

Get rune pages for this summoner asynchronously.

GetStatsRanked ( ) : List

Get ranked stats for this summoner synchronously, for the current season. Includes statistics for Twisted Treeline and Summoner's Rift.

GetStatsRanked ( Season season ) : List

Get ranked stats for this summoner synchronously. Includes statistics for Twisted Treeline and Summoner's Rift.

GetStatsRankedAsync ( ) : Task>

Get ranked stats for this summoner asynchronously, for the current season. Includes statistics for Twisted Treeline and Summoner's Rift.

GetStatsRankedAsync ( Season season ) : Task>

Get ranked stats for this summoner asynchronously. Includes statistics for Twisted Treeline and Summoner's Rift.

GetStatsSummaries ( ) : List

Get player stats summaries for this summoner synchronously, for the current season. One summary is returned per queue type.

GetStatsSummaries ( Season season ) : List

Get player stats summaries for this summoner synchronously. One summary is returned per queue type.

GetStatsSummariesAsync ( ) : Task>

Get player stats summaries for this summoner asynchronously, for the current season. One summary is returned per queue type.

GetStatsSummariesAsync ( Season season ) : Task>

Get player stats summaries for this summoner asynchronously. One summary is returned per queue type.

GetTeams ( ) : List

Get team information for this summoner synchronously.

GetTeamsAsync ( ) : Task>

Get team information for this summoner asynchronously.

비공개 메소드들

메소드 설명
SummonerBase ( ) : Newtonsoft.Json
SummonerBase ( string id, string name, RateLimitedRequester requester, Region region ) : Newtonsoft.Json

메소드 상세

GetEntireLeagues() 공개 메소드

Retrieves leagues data for this summoner, including leagues for all of this summoner's teams synchronously.
public GetEntireLeagues ( ) : List
리턴 List

GetEntireLeaguesAsync() 공개 메소드

Retrieves leagues data for this summoner, including leagues for all of this summoner's teams asynchronously.
public GetEntireLeaguesAsync ( ) : Task>
리턴 Task>

GetLeagues() 공개 메소드

Retrieve the league items for this specific summoner and not the entire league.
public GetLeagues ( ) : List
리턴 List

GetLeaguesAsync() 공개 메소드

Retrieve the league items for this specific summoner and not the entire league asynchronously.
public GetLeaguesAsync ( ) : Task>
리턴 Task>

GetMasteryPages() 공개 메소드

Get mastery pages for this summoner synchronously.
public GetMasteryPages ( ) : List
리턴 List

GetMasteryPagesAsync() 공개 메소드

Get mastery pages for this summoner asynchronously.
public GetMasteryPagesAsync ( ) : Task>
리턴 Task>

GetRecentGames() 공개 메소드

Get the 10 most recent games for this summoner synchronously.
public GetRecentGames ( ) : List
리턴 List

GetRecentGamesAsync() 공개 메소드

Get the 10 most recent games for this summoner asynchronously.
public GetRecentGamesAsync ( ) : Task>
리턴 Task>

GetRunePages() 공개 메소드

Get rune pages for this summoner synchronously.
public GetRunePages ( ) : List
리턴 List

GetRunePagesAsync() 공개 메소드

Get rune pages for this summoner asynchronously.
public GetRunePagesAsync ( ) : Task>
리턴 Task>

GetStatsRanked() 공개 메소드

Get ranked stats for this summoner synchronously, for the current season. Includes statistics for Twisted Treeline and Summoner's Rift.
public GetStatsRanked ( ) : List
리턴 List

GetStatsRanked() 공개 메소드

Get ranked stats for this summoner synchronously. Includes statistics for Twisted Treeline and Summoner's Rift.
public GetStatsRanked ( Season season ) : List
season Season Season for which you want the stats.
리턴 List

GetStatsRankedAsync() 공개 메소드

Get ranked stats for this summoner asynchronously, for the current season. Includes statistics for Twisted Treeline and Summoner's Rift.
public GetStatsRankedAsync ( ) : Task>
리턴 Task>

GetStatsRankedAsync() 공개 메소드

Get ranked stats for this summoner asynchronously. Includes statistics for Twisted Treeline and Summoner's Rift.
public GetStatsRankedAsync ( Season season ) : Task>
season Season Season for which you want the stats.
리턴 Task>

GetStatsSummaries() 공개 메소드

Get player stats summaries for this summoner synchronously, for the current season. One summary is returned per queue type.
public GetStatsSummaries ( ) : List
리턴 List

GetStatsSummaries() 공개 메소드

Get player stats summaries for this summoner synchronously. One summary is returned per queue type.
public GetStatsSummaries ( Season season ) : List
season Season Season for which you want the stats.
리턴 List

GetStatsSummariesAsync() 공개 메소드

Get player stats summaries for this summoner asynchronously, for the current season. One summary is returned per queue type.
public GetStatsSummariesAsync ( ) : Task>
리턴 Task>

GetStatsSummariesAsync() 공개 메소드

Get player stats summaries for this summoner asynchronously. One summary is returned per queue type.
public GetStatsSummariesAsync ( Season season ) : Task>
season Season Season for which you want the stats.
리턴 Task>

GetTeams() 공개 메소드

Get team information for this summoner synchronously.
public GetTeams ( ) : List
리턴 List

GetTeamsAsync() 공개 메소드

Get team information for this summoner asynchronously.
public GetTeamsAsync ( ) : Task>
리턴 Task>