Contains league participant information representing a summoner. Also contains information about the legue containing this entry.
More...
|
| string | LeagueId [get, set] |
| | Gets or sets the ID of the league. More...
|
| |
| string | LeagueName [get, set] |
| | Gets or sets the name of the league. More...
|
| |
| string | QueueType [get, set] |
| | Gets or sets the league's queue type. This should equal one of the RankedQueue values. More...
|
| |
| string | Tier [get, set] |
| | Gets or sets the league's tier. This should equal one of the Models.Tier values. More...
|
| |
| string | Position [get, set] |
| | Gets or sets the league's position. This should equal one of the Models.LanePosition values. More...
|
| |
| string | Rank [get, set] |
| | Gets or sets a Roman numeral representing the division that the participant is in. This should equal one of the Division values. More...
|
| |
| bool | FreshBlood [get, set] |
| | Gets or sets whether the participant is fresh blood. More...
|
| |
| bool | HotStreak [get, set] |
| | Gets or sets whether the participant is on a hot streak. More...
|
| |
| bool | Inactive [get, set] |
| | Gets or sets whether the participant is inactive. More...
|
| |
| bool | Veteran [get, set] |
| | Gets or sets whether the participant is a veteran. More...
|
| |
| int | LeaguePoints [get, set] |
| | Gets or sets the number of league points that the participant has. More...
|
| |
| int | Losses [get, set] |
| | Gets or sets the number of losses that the participant has. More...
|
| |
| MiniSeries | MiniSeries [get, set] |
| | Gets or sets the promotion series for the participant, or null if the participant is not is a series. More...
|
| |
| string | SummonerId [get, set] |
| | Gets or sets the summoner's ID in string format. More...
|
| |
| string | SummonerName [get, set] |
| | Gets or sets the summoner's name. NOTE: this value will not be set by GetLeagueEntriesAsync() or GetLeagueEntriesBySummonerIdAsync(). More...
|
| |
| int | Wins [get, set] |
| | Gets or sets the number of wins that the participant has. More...
|
| |
Contains league participant information representing a summoner. Also contains information about the legue containing this entry.
| string RiotNet.Models.LeaguePosition.LeagueId |
|
getset |
Gets or sets the ID of the league.
| string RiotNet.Models.LeaguePosition.LeagueName |
|
getset |
Gets or sets the name of the league.
| string RiotNet.Models.LeaguePosition.Position |
|
getset |
Gets or sets the league's position. This should equal one of the Models.LanePosition values.
| string RiotNet.Models.LeaguePosition.QueueType |
|
getset |
Gets or sets the league's queue type. This should equal one of the RankedQueue values.
| string RiotNet.Models.LeaguePosition.Tier |
|
getset |
Gets or sets the league's tier. This should equal one of the Models.Tier values.
The documentation for this class was generated from the following file: