Contains league participant information representing a summoner.
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.
RiotNet.Models.LeagueItem.LeagueItem |
( |
| ) |
|
|
inline |
bool RiotNet.Models.LeagueItem.FreshBlood |
|
getset |
Gets or sets whether the participant is fresh blood.
bool RiotNet.Models.LeagueItem.HotStreak |
|
getset |
Gets or sets whether the participant is on a hot streak.
bool RiotNet.Models.LeagueItem.Inactive |
|
getset |
Gets or sets whether the participant is inactive.
int RiotNet.Models.LeagueItem.LeaguePoints |
|
getset |
Gets or sets the number of league points that the participant has.
int RiotNet.Models.LeagueItem.Losses |
|
getset |
Gets or sets the number of losses that the participant has.
Gets or sets the promotion series for the participant, or null if the participant is not is a series.
string RiotNet.Models.LeagueItem.Rank |
|
getset |
Gets or sets a Roman numeral representing the division that the participant is in. This should equal one of the Division values.
string RiotNet.Models.LeagueItem.SummonerId |
|
getset |
Gets or sets the summoner's ID in string format.
string RiotNet.Models.LeagueItem.SummonerName |
|
getset |
Gets or sets the summoner's name. NOTE: this value will not be set by GetLeagueEntriesAsync() or GetLeagueEntriesBySummonerIdAsync().
bool RiotNet.Models.LeagueItem.Veteran |
|
getset |
Gets or sets whether the participant is a veteran.
int RiotNet.Models.LeagueItem.Wins |
|
getset |
Gets or sets the number of wins that the participant has.
The documentation for this class was generated from the following file: