RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.MatchList Class Reference

Contains a list of matches, with basic match information. Returned when using the Matchlist API. The end index of the list may be modified to ensure that there is a maximum of 20 games in the list. More...

Properties

int EndIndex [get, set]
 Gets or sets the end index of the match list (MatchList.Matches). The end index may be modified to ensure that there is a maximum of 20 games in the list. More...
 
List< MatchReferenceMatches [get, set]
 Gets or sets the list of matches. A maximum of 20 games may be in this list. More...
 
int StartIndex [get, set]
 Gets or sets the start index for the list of matches. More...
 
int TotalGames [get, set]
 Gets or sets the the total number of games in the match list. More...
 

Detailed Description

Contains a list of matches, with basic match information. Returned when using the Matchlist API. The end index of the list may be modified to ensure that there is a maximum of 20 games in the list.

Property Documentation

int RiotNet.Models.MatchList.EndIndex
getset

Gets or sets the end index of the match list (MatchList.Matches). The end index may be modified to ensure that there is a maximum of 20 games in the list.

List<MatchReference> RiotNet.Models.MatchList.Matches
getset

Gets or sets the list of matches. A maximum of 20 games may be in this list.

int RiotNet.Models.MatchList.StartIndex
getset

Gets or sets the start index for the list of matches.

int RiotNet.Models.MatchList.TotalGames
getset

Gets or sets the the total number of games in the match list.


The documentation for this class was generated from the following file: