Show / Hide Table of Contents

Class PlayerStatsSummary

Stats summary of a player (Stats API).

Inheritance
System.Object
PlayerStatsSummary
Namespace:RiotSharp.StatsEndpoint
Assembly:RiotSharp.dll
Syntax
public class PlayerStatsSummary : object

Properties

AggregatedStats

Aggregated stats.

Declaration
public AggregatedStat AggregatedStats { get; set; }
Property Value
Type Description
AggregatedStat

Losses

Number of losses for this queue type. Returned for ranked queue types only.

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

ModifyDate

Date stats were last modified specified as epoch milliseconds.

Declaration
public DateTime ModifyDate { get; set; }
Property Value
Type Description
DateTime

PlayerStatSummaryType

Player stats summary type.

Declaration
public PlayerStatsSummaryType PlayerStatSummaryType { get; set; }
Property Value
Type Description
PlayerStatsSummaryType

Wins

Number of wins for this queue type.

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