Show / Hide Table of Contents

Class MatchSummary

Summary of a match (Match API).

Inheritance
System.Object
MatchSummary
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class MatchSummary : object

Properties

MapType

Map type.

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

MatchCreation

Match creation time. Designates when the team select lobby is created and/or the match is made through match making, not when the game actually starts.

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

MatchDuration

Match duration.

Declaration
public TimeSpan MatchDuration { get; set; }
Property Value
Type Description
TimeSpan

MatchId

Match ID.

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

MatchMode

Match mode.

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

MatchType

Declaration
public GameType MatchType { get; set; }
Property Value
Type Description
GameType

MatchVersion

Match version.

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

ParticipantIdentities

Participants identity information.

Declaration
public List<ParticipantIdentity> ParticipantIdentities { get; set; }
Property Value
Type Description
List<><ParticipantIdentity>

Participants

Participants information

Declaration
public List<Participant> Participants { get; set; }
Property Value
Type Description
List<><Participant>

QueueType

Match queue type.

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

Region

Region where the match was played.

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

Season

Season match was played.

Declaration
public Season Season { get; set; }
Property Value
Type Description
Season
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX