Class ParticipantStats
ParticipantStats data object. This class is automatically generated.
Inheritance
System.Object
ParticipantStats
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Camille.dll
Syntax
public class ParticipantStats
Constructors
|
Improve this Doc
View Source
ParticipantStats()
Declaration
public ParticipantStats()
Properties
|
Improve this Doc
View Source
_AdditionalProperties
Contains any extra JSON properties that did not map to fields.
Declaration
[JsonExtensionData]
public Dictionary<string, object> _AdditionalProperties { get; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
AltarsCaptured
Declaration
[JsonProperty("altarsCaptured")]
public int AltarsCaptured { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AltarsNeutralized
Declaration
[JsonProperty("altarsNeutralized")]
public int AltarsNeutralized { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Assists
Declaration
[JsonProperty("assists")]
public int Assists { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ChampLevel
Declaration
[JsonProperty("champLevel")]
public int ChampLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CombatPlayerScore
Declaration
[JsonProperty("combatPlayerScore")]
public int CombatPlayerScore { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DamageDealtToObjectives
Declaration
[JsonProperty("damageDealtToObjectives")]
public long DamageDealtToObjectives { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
DamageDealtToTurrets
Declaration
[JsonProperty("damageDealtToTurrets")]
public long DamageDealtToTurrets { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
DamageSelfMitigated
Declaration
[JsonProperty("damageSelfMitigated")]
public long DamageSelfMitigated { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Deaths
Declaration
[JsonProperty("deaths")]
public int Deaths { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DoubleKills
Declaration
[JsonProperty("doubleKills")]
public int DoubleKills { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FirstBloodAssist
Declaration
[JsonProperty("firstBloodAssist")]
public bool FirstBloodAssist { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FirstBloodKill
Declaration
[JsonProperty("firstBloodKill")]
public bool FirstBloodKill { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FirstInhibitorAssist
Declaration
[JsonProperty("firstInhibitorAssist")]
public bool FirstInhibitorAssist { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FirstInhibitorKill
Declaration
[JsonProperty("firstInhibitorKill")]
public bool FirstInhibitorKill { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FirstTowerAssist
Declaration
[JsonProperty("firstTowerAssist")]
public bool FirstTowerAssist { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FirstTowerKill
Declaration
[JsonProperty("firstTowerKill")]
public bool FirstTowerKill { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GoldEarned
Declaration
[JsonProperty("goldEarned")]
public int GoldEarned { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GoldSpent
Declaration
[JsonProperty("goldSpent")]
public int GoldSpent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
InhibitorKills
Declaration
[JsonProperty("inhibitorKills")]
public int InhibitorKills { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Item0
Declaration
[JsonProperty("item0")]
public int Item0 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Item1
Declaration
[JsonProperty("item1")]
public int Item1 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Item2
Declaration
[JsonProperty("item2")]
public int Item2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Item3
Declaration
[JsonProperty("item3")]
public int Item3 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Item4
Declaration
[JsonProperty("item4")]
public int Item4 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Item5
Declaration
[JsonProperty("item5")]
public int Item5 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Item6
Declaration
[JsonProperty("item6")]
public int Item6 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
KillingSprees
Declaration
[JsonProperty("killingSprees")]
public int KillingSprees { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Kills
Declaration
[JsonProperty("kills")]
public int Kills { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LargestCriticalStrike
Declaration
[JsonProperty("largestCriticalStrike")]
public int LargestCriticalStrike { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LargestKillingSpree
Declaration
[JsonProperty("largestKillingSpree")]
public int LargestKillingSpree { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LargestMultiKill
Declaration
[JsonProperty("largestMultiKill")]
public int LargestMultiKill { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LongestTimeSpentLiving
Declaration
[JsonProperty("longestTimeSpentLiving")]
public int LongestTimeSpentLiving { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MagicalDamageTaken
Declaration
[JsonProperty("magicalDamageTaken")]
public long MagicalDamageTaken { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
MagicDamageDealt
Declaration
[JsonProperty("magicDamageDealt")]
public long MagicDamageDealt { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
MagicDamageDealtToChampions
Declaration
[JsonProperty("magicDamageDealtToChampions")]
public long MagicDamageDealtToChampions { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
NeutralMinionsKilled
Declaration
[JsonProperty("neutralMinionsKilled")]
public int NeutralMinionsKilled { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NeutralMinionsKilledEnemyJungle
Declaration
[JsonProperty("neutralMinionsKilledEnemyJungle")]
public int NeutralMinionsKilledEnemyJungle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NeutralMinionsKilledTeamJungle
Declaration
[JsonProperty("neutralMinionsKilledTeamJungle")]
public int NeutralMinionsKilledTeamJungle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NodeCapture
Declaration
[JsonProperty("nodeCapture")]
public int NodeCapture { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NodeCaptureAssist
Declaration
[JsonProperty("nodeCaptureAssist")]
public int NodeCaptureAssist { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NodeNeutralize
Declaration
[JsonProperty("nodeNeutralize")]
public int NodeNeutralize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NodeNeutralizeAssist
Declaration
[JsonProperty("nodeNeutralizeAssist")]
public int NodeNeutralizeAssist { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ObjectivePlayerScore
Declaration
[JsonProperty("objectivePlayerScore")]
public int ObjectivePlayerScore { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ParticipantId
Declaration
[JsonProperty("participantId")]
public int ParticipantId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PentaKills
Declaration
[JsonProperty("pentaKills")]
public int PentaKills { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk0
Primary path keystone rune.
Declaration
[JsonProperty("perk0")]
public int Perk0 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk0Var1
Declaration
[JsonProperty("perk0Var1")]
public int Perk0Var1 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk0Var2
Declaration
[JsonProperty("perk0Var2")]
public int Perk0Var2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk0Var3
Declaration
[JsonProperty("perk0Var3")]
public int Perk0Var3 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk1
Declaration
[JsonProperty("perk1")]
public int Perk1 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk1Var1
Declaration
[JsonProperty("perk1Var1")]
public int Perk1Var1 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk1Var2
Declaration
[JsonProperty("perk1Var2")]
public int Perk1Var2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk1Var3
Declaration
[JsonProperty("perk1Var3")]
public int Perk1Var3 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk2
Declaration
[JsonProperty("perk2")]
public int Perk2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk2Var1
Declaration
[JsonProperty("perk2Var1")]
public int Perk2Var1 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk2Var2
Declaration
[JsonProperty("perk2Var2")]
public int Perk2Var2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk2Var3
Declaration
[JsonProperty("perk2Var3")]
public int Perk2Var3 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk3
Declaration
[JsonProperty("perk3")]
public int Perk3 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk3Var1
Declaration
[JsonProperty("perk3Var1")]
public int Perk3Var1 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk3Var2
Declaration
[JsonProperty("perk3Var2")]
public int Perk3Var2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk3Var3
Declaration
[JsonProperty("perk3Var3")]
public int Perk3Var3 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk4
Declaration
[JsonProperty("perk4")]
public int Perk4 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk4Var1
Declaration
[JsonProperty("perk4Var1")]
public int Perk4Var1 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk4Var2
Declaration
[JsonProperty("perk4Var2")]
public int Perk4Var2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk4Var3
Declaration
[JsonProperty("perk4Var3")]
public int Perk4Var3 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk5
Declaration
[JsonProperty("perk5")]
public int Perk5 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk5Var1
Declaration
[JsonProperty("perk5Var1")]
public int Perk5Var1 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk5Var2
Declaration
[JsonProperty("perk5Var2")]
public int Perk5Var2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Perk5Var3
Declaration
[JsonProperty("perk5Var3")]
public int Perk5Var3 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PerkPrimaryStyle
Declaration
[JsonProperty("perkPrimaryStyle")]
public int PerkPrimaryStyle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PerkSubStyle
Declaration
[JsonProperty("perkSubStyle")]
public int PerkSubStyle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PhysicalDamageDealt
Declaration
[JsonProperty("physicalDamageDealt")]
public long PhysicalDamageDealt { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
PhysicalDamageDealtToChampions
Declaration
[JsonProperty("physicalDamageDealtToChampions")]
public long PhysicalDamageDealtToChampions { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
PhysicalDamageTaken
Declaration
[JsonProperty("physicalDamageTaken")]
public long PhysicalDamageTaken { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
PlayerScore0
Declaration
[JsonProperty("playerScore0")]
public int PlayerScore0 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlayerScore1
Declaration
[JsonProperty("playerScore1")]
public int PlayerScore1 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlayerScore2
Declaration
[JsonProperty("playerScore2")]
public int PlayerScore2 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlayerScore3
Declaration
[JsonProperty("playerScore3")]
public int PlayerScore3 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlayerScore4
Declaration
[JsonProperty("playerScore4")]
public int PlayerScore4 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlayerScore5
Declaration
[JsonProperty("playerScore5")]
public int PlayerScore5 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlayerScore6
Declaration
[JsonProperty("playerScore6")]
public int PlayerScore6 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlayerScore7
Declaration
[JsonProperty("playerScore7")]
public int PlayerScore7 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlayerScore8
Declaration
[JsonProperty("playerScore8")]
public int PlayerScore8 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlayerScore9
Declaration
[JsonProperty("playerScore9")]
public int PlayerScore9 { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
QuadraKills
Declaration
[JsonProperty("quadraKills")]
public int QuadraKills { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SightWardsBoughtInGame
Declaration
[JsonProperty("sightWardsBoughtInGame")]
public int SightWardsBoughtInGame { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TeamObjective
Declaration
[JsonProperty("teamObjective")]
public int TeamObjective { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TimeCCingOthers
Declaration
[JsonProperty("timeCCingOthers")]
public long TimeCCingOthers { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TotalDamageDealt
Declaration
[JsonProperty("totalDamageDealt")]
public long TotalDamageDealt { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TotalDamageDealtToChampions
Declaration
[JsonProperty("totalDamageDealtToChampions")]
public long TotalDamageDealtToChampions { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TotalDamageTaken
Declaration
[JsonProperty("totalDamageTaken")]
public long TotalDamageTaken { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TotalHeal
Declaration
[JsonProperty("totalHeal")]
public long TotalHeal { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TotalMinionsKilled
Declaration
[JsonProperty("totalMinionsKilled")]
public int TotalMinionsKilled { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalPlayerScore
Declaration
[JsonProperty("totalPlayerScore")]
public int TotalPlayerScore { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalScoreRank
Declaration
[JsonProperty("totalScoreRank")]
public int TotalScoreRank { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalTimeCrowdControlDealt
Declaration
[JsonProperty("totalTimeCrowdControlDealt")]
public int TotalTimeCrowdControlDealt { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalUnitsHealed
Declaration
[JsonProperty("totalUnitsHealed")]
public int TotalUnitsHealed { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TripleKills
Declaration
[JsonProperty("tripleKills")]
public int TripleKills { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TrueDamageDealt
Declaration
[JsonProperty("trueDamageDealt")]
public long TrueDamageDealt { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TrueDamageDealtToChampions
Declaration
[JsonProperty("trueDamageDealtToChampions")]
public long TrueDamageDealtToChampions { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TrueDamageTaken
Declaration
[JsonProperty("trueDamageTaken")]
public long TrueDamageTaken { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
TurretKills
Declaration
[JsonProperty("turretKills")]
public int TurretKills { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UnrealKills
Declaration
[JsonProperty("unrealKills")]
public int UnrealKills { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
VisionScore
Declaration
[JsonProperty("visionScore")]
public long VisionScore { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
VisionWardsBoughtInGame
Declaration
[JsonProperty("visionWardsBoughtInGame")]
public int VisionWardsBoughtInGame { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WardsKilled
Declaration
[JsonProperty("wardsKilled")]
public int WardsKilled { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WardsPlaced
Declaration
[JsonProperty("wardsPlaced")]
public int WardsPlaced { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Win
Declaration
[JsonProperty("win")]
public bool Win { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()