Show / Hide Table of Contents

Class Summoner

Class representing a Summoner in the API.

Inheritance
System.Object
SummonerBase
Summoner
Inherited Members
SummonerBase.Region
SummonerBase.Id
SummonerBase.Name
SummonerBase.GetRunePages()
SummonerBase.GetRunePagesAsync()
SummonerBase.GetMasteryPages()
SummonerBase.GetMasteryPagesAsync()
SummonerBase.GetRecentGames()
SummonerBase.GetRecentGamesAsync()
SummonerBase.GetLeagues()
SummonerBase.GetLeaguesAsync()
SummonerBase.GetEntireLeagues()
SummonerBase.GetEntireLeaguesAsync()
SummonerBase.GetStatsSummaries()
SummonerBase.GetStatsSummaries(Season)
SummonerBase.GetStatsSummariesAsync()
SummonerBase.GetStatsSummariesAsync(Season)
SummonerBase.GetStatsRanked()
SummonerBase.GetStatsRanked(Season)
SummonerBase.GetStatsRankedAsync()
SummonerBase.GetStatsRankedAsync(Season)
SummonerBase.GetTeams()
SummonerBase.GetTeamsAsync()
Namespace:RiotSharp.SummonerEndpoint
Assembly:RiotSharp.dll
Syntax
public class Summoner : SummonerBase

Properties

Level

Summoner level associated with the summoner.

Declaration
public long Level { get; set; }
Property Value
Type Description
System.Int64

ProfileIconId

ID of the summoner icon associated with the summoner.

Declaration
public int ProfileIconId { get; set; }
Property Value
Type Description
System.Int32

RevisionDate

Date summoner was last modified.

Declaration
public DateTime RevisionDate { get; set; }
Property Value
Type Description
DateTime
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX