Show / Hide Table of Contents

Class MatchDetail

Details about a match (Match API).

Inheritance
System.Object
MatchSummary
MatchDetail
Inherited Members
MatchSummary.MapType
MatchSummary.MatchCreation
MatchSummary.MatchDuration
MatchSummary.MatchId
MatchSummary.MatchMode
MatchSummary.MatchType
MatchSummary.MatchVersion
MatchSummary.ParticipantIdentities
MatchSummary.Participants
MatchSummary.QueueType
MatchSummary.Region
MatchSummary.Season
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class MatchDetail : MatchSummary

Properties

Teams

Team information.

Declaration
public List<Team> Teams { get; set; }
Property Value
Type Description
List<><Team>

Timeline

Match timeline data. Not included by default.

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