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

Contains information about a promotion series. More...

Properties

int Losses [get, set]
 Gets or sets the number of losses in the current series. More...
 
string Progress [get, set]
 Gets or sets a string showing the current, sequential mini series progress where 'W' represents a win, 'L' represents a loss, and 'N' represents a game that hasn't been played yet. More...
 
int Target [get, set]
 Gets or sets the number of wins required for promotion. More...
 
int Wins [get, set]
 Gets or sets the number of wins in the current series. More...
 

Detailed Description

Contains information about a promotion series.

Property Documentation

int RiotNet.Models.MiniSeries.Losses
getset

Gets or sets the number of losses in the current series.

string RiotNet.Models.MiniSeries.Progress
getset

Gets or sets a string showing the current, sequential mini series progress where 'W' represents a win, 'L' represents a loss, and 'N' represents a game that hasn't been played yet.

int RiotNet.Models.MiniSeries.Target
getset

Gets or sets the number of wins required for promotion.

int RiotNet.Models.MiniSeries.Wins
getset

Gets or sets the number of wins in the current series.


The documentation for this class was generated from the following file: