Contains summoner information.
More...
|
string | Id [get, set] |
| Gets or sets the summoner ID. More...
|
|
string | Puuid [get, set] |
| Gets or sets the player universally unique identifier (PUUID) More...
|
|
string | AccountId [get, set] |
| Gets or sets the summoner's account ID. More...
|
|
string | Name [get, set] |
| Gets or sets the summoner's name. More...
|
|
int | ProfileIconId [get, set] |
| Gets or sets the ID of the summoner's profile icon. More...
|
|
DateTime | RevisionDate [get, set] |
| Gets or sets the date and time (in UTC) when the summoner was last modified. The summoner is modified by the following events: changing summoner icon, playing a tutorial, finishing a game, or changing summoner name. More...
|
|
long | SummonerLevel [get, set] |
| Gets or sets the summoner's level. More...
|
|
Contains summoner information.
string RiotNet.Models.Summoner.AccountId |
|
getset |
Gets or sets the summoner's account ID.
string RiotNet.Models.Summoner.Id |
|
getset |
Gets or sets the summoner ID.
string RiotNet.Models.Summoner.Name |
|
getset |
Gets or sets the summoner's name.
int RiotNet.Models.Summoner.ProfileIconId |
|
getset |
Gets or sets the ID of the summoner's profile icon.
string RiotNet.Models.Summoner.Puuid |
|
getset |
Gets or sets the player universally unique identifier (PUUID)
DateTime RiotNet.Models.Summoner.RevisionDate |
|
getset |
Gets or sets the date and time (in UTC) when the summoner was last modified. The summoner is modified by the following events: changing summoner icon, playing a tutorial, finishing a game, or changing summoner name.
long RiotNet.Models.Summoner.SummonerLevel |
|
getset |
Gets or sets the summoner's level.
The documentation for this class was generated from the following file: