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

Represents a ranked league. More...

Properties

string LeagueId [get, set]
 Gets or sets the UIID of the league. More...
 
virtual List< LeagueItemEntries [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...
 

Detailed Description

Represents a ranked league.

Property Documentation

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: