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

This object contains match player information. More...

Properties

string CurrentPlatformId [get, set]
 Gets or sets the platform ID of the player's account. This should equal one of the Models.PlatformId values. More...
 
string PlatformId [get, set]
 Gets or sets the platform ID of the player's account. This should equal one of the Models.PlatformId values. More...
 
string CurrentAccountId [get, set]
 Gets or sets the player's account ID. More...
 
string AccountId [get, set]
 Gets or sets the player's account ID. More...
 
string MatchHistoryUri [get, set]
 Gets or sets the match history URI. More...
 
int ProfileIcon [get, set]
 Gets or sets the profile icon ID. More...
 
string SummonerId [get, set]
 Gets or sets the summoner ID. More...
 
string SummonerName [get, set]
 Gets or sets the summoner name. More...
 

Detailed Description

This object contains match player information.

Property Documentation

string RiotNet.Models.MatchPlayer.AccountId
getset

Gets or sets the player's account ID.

string RiotNet.Models.MatchPlayer.CurrentAccountId
getset

Gets or sets the player's account ID.

string RiotNet.Models.MatchPlayer.CurrentPlatformId
getset

Gets or sets the platform ID of the player's account. This should equal one of the Models.PlatformId values.

string RiotNet.Models.MatchPlayer.MatchHistoryUri
getset

Gets or sets the match history URI.

string RiotNet.Models.MatchPlayer.PlatformId
getset

Gets or sets the platform ID of the player's account. This should equal one of the Models.PlatformId values.

For old North America accounts, this may equal "NA" instead of "NA1".

int RiotNet.Models.MatchPlayer.ProfileIcon
getset

Gets or sets the profile icon ID.

string RiotNet.Models.MatchPlayer.SummonerId
getset

Gets or sets the summoner ID.

string RiotNet.Models.MatchPlayer.SummonerName
getset

Gets or sets the summoner name.


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