C# Class RiotSharp.SummonerEndpoint.SummonerBase

Class representing the name and id of a Summoner in the API.
Afficher le fichier Open project: BenFradet/RiotSharp

Private Properties

Свойство Type Description
SummonerBase Newtonsoft.Json
SummonerBase Newtonsoft.Json

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
SummonerBase ( ) : Newtonsoft.Json
SummonerBase ( string id, string name, RateLimitedRequester requester, Region region ) : Newtonsoft.Json

Method Details

GetEntireLeagues() public méthode

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

GetEntireLeaguesAsync() public méthode

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

GetLeagues() public méthode

Retrieve the league items for this specific summoner and not the entire league.
public GetLeagues ( ) : List
Résultat List

GetLeaguesAsync() public méthode

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

GetMasteryPages() public méthode

Get mastery pages for this summoner synchronously.
public GetMasteryPages ( ) : List
Résultat List

GetMasteryPagesAsync() public méthode

Get mastery pages for this summoner asynchronously.
public GetMasteryPagesAsync ( ) : Task>
Résultat Task>

GetRecentGames() public méthode

Get the 10 most recent games for this summoner synchronously.
public GetRecentGames ( ) : List
Résultat List

GetRecentGamesAsync() public méthode

Get the 10 most recent games for this summoner asynchronously.
public GetRecentGamesAsync ( ) : Task>
Résultat Task>

GetRunePages() public méthode

Get rune pages for this summoner synchronously.
public GetRunePages ( ) : List
Résultat List

GetRunePagesAsync() public méthode

Get rune pages for this summoner asynchronously.
public GetRunePagesAsync ( ) : Task>
Résultat Task>

GetStatsRanked() public méthode

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

GetStatsRanked() public méthode

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.
Résultat List

GetStatsRankedAsync() public méthode

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

GetStatsRankedAsync() public méthode

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.
Résultat Task>

GetStatsSummaries() public méthode

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

GetStatsSummaries() public méthode

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.
Résultat List

GetStatsSummariesAsync() public méthode

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

GetStatsSummariesAsync() public méthode

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.
Résultat Task>

GetTeams() public méthode

Get team information for this summoner synchronously.
public GetTeams ( ) : List
Résultat List

GetTeamsAsync() public méthode

Get team information for this summoner asynchronously.
public GetTeamsAsync ( ) : Task>
Résultat Task>