Class ParticipantFrame
ParticipantFrame data object. This class is automatically generated.
Inheritance
System.Object
ParticipantFrame
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Camille.RiotGames.dll
Syntax
public class ParticipantFrame
Constructors
|
Improve this Doc
View Source
ParticipantFrame()
Declaration
public ParticipantFrame()
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; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
ChampionStats
Declaration
[JsonPropertyName("championStats")]
public ChampionStats ChampionStats { get; set; }
Property Value
|
Improve this Doc
View Source
CurrentGold
Declaration
[JsonPropertyName("currentGold")]
public int CurrentGold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DamageStats
Declaration
[JsonPropertyName("damageStats")]
public DamageStats DamageStats { get; set; }
Property Value
|
Improve this Doc
View Source
GoldPerSecond
Declaration
[JsonPropertyName("goldPerSecond")]
public int GoldPerSecond { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
JungleMinionsKilled
Declaration
[JsonPropertyName("jungleMinionsKilled")]
public int JungleMinionsKilled { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Level
Declaration
[JsonPropertyName("level")]
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinionsKilled
Declaration
[JsonPropertyName("minionsKilled")]
public int MinionsKilled { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ParticipantId
Declaration
[JsonPropertyName("participantId")]
public int ParticipantId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Position
Declaration
[JsonPropertyName("position")]
public Position Position { get; set; }
Property Value
|
Improve this Doc
View Source
TimeEnemySpentControlled
Declaration
[JsonPropertyName("timeEnemySpentControlled")]
public int TimeEnemySpentControlled { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TotalGold
Declaration
[JsonPropertyName("totalGold")]
public int TotalGold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Xp
Declaration
[JsonPropertyName("xp")]
public int Xp { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()