RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.LeagueEntry Class Reference

Contains a summoner's rank information. More...

Inheritance diagram for RiotNet.Models.LeagueEntry:
RiotNet.Models.LeagueItem

Properties

string LeagueId [get, set]
 Gets or sets the ID of the league. NOTE: this value will not be set by GetLeagueEntriesAsync(), but it may be set in the future. 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...
 
- Properties inherited from RiotNet.Models.LeagueItem
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...
 

Additional Inherited Members

- Public Member Functions inherited from RiotNet.Models.LeagueItem
 LeagueItem ()
 Creates a new LeagueItem instance. More...
 

Detailed Description

Contains a summoner's rank information.

Property Documentation

string RiotNet.Models.LeagueEntry.LeagueId
getset

Gets or sets the ID of the league. NOTE: this value will not be set by GetLeagueEntriesAsync(), but it may be set in the future.

string RiotNet.Models.LeagueEntry.QueueType
getset

Gets or sets the league's queue type. This should equal one of the RankedQueue values.

string RiotNet.Models.LeagueEntry.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: