Show / Hide Table of Contents

Class MiniSeries

LeagueEntry has entered a MiniSeries (League API).

Inheritance
System.Object
MiniSeries
Namespace:RiotSharp.LeagueEndpoint
Assembly:RiotSharp.dll
Syntax
public class MiniSeries : object

Properties

Losses

Number of current losses in the mini series.

Declaration
public int Losses { get; set; }
Property Value
Type Description
System.Int32

Progress

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.

Declaration
public char[] Progress { get; set; }
Property Value
Type Description
[]

Target

Number of wins required for promotion.

Declaration
public int Target { get; set; }
Property Value
Type Description
System.Int32

Wins

Number of current wins in the mini series.

Declaration
public int Wins { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX