Represents a ranked league.
More...
|
string | LeagueId [get, set] |
| Gets or sets the UIID of the league. More...
|
|
virtual List< LeagueItem > | Entries [get, set] |
| Gets or sets the entries for all participants in the league. More...
|
|
string | Name [get, set] |
| Gets or sets the name of the league. More...
|
|
string | Queue [get, set] |
| Gets or sets the league's ranked 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...
|
|
Represents a ranked league.
virtual List<LeagueItem> RiotNet.Models.LeagueList.Entries |
|
getset |
Gets or sets the entries for all participants in the league.
string RiotNet.Models.LeagueList.LeagueId |
|
getset |
Gets or sets the UIID of the league.
string RiotNet.Models.LeagueList.Name |
|
getset |
Gets or sets the name of the league.
string RiotNet.Models.LeagueList.Queue |
|
getset |
Gets or sets the league's ranked queue type. This should equal one of the RankedQueue values.
string RiotNet.Models.LeagueList.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: