Show / Hide Table of Contents

Class MatchHistorySummary

Summary of the match history of the team (Team API).

Inheritance
System.Object
MatchHistorySummary
Namespace:RiotSharp.TeamEndpoint
Assembly:RiotSharp.dll
Syntax
public class MatchHistorySummary : object

Properties

Assists

Number of assists.

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

Date

Date when the match took place.

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

Deaths

Number of deaths overall.

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

GameId

Game id.

Declaration
public long GameId { get; set; }
Property Value
Type Description
System.Int64

GameMode

Game mode.

Declaration
public GameMode GameMode { get; set; }
Property Value
Type Description
GameMode

Invalid

Boolean specifying if the match was invalid.

Declaration
public bool Invalid { get; set; }
Property Value
Type Description
System.Boolean

Kills

Number of kills.

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

MapId

Id of the map.

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

OpposingTeamKills

Number of kills for the opposing team.

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

OpposingTeamName

Name of the opposite team.

Declaration
public string OpposingTeamName { get; set; }
Property Value
Type Description
System.String

Win

Match won if true, lost if false.

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