C# Класс RiotSharp.SummonerEndpoint.SummonerBase

Class representing the name and id of a Summoner in the API.
Показать файл Открыть проект

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>