Class MatchParticipantFrame
MatchParticipantFrame data object. This class is automatically generated.
Inheritance
System.Object
MatchParticipantFrame
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()
Namespace: MingweiSamuel.Camille.MatchV4
Assembly: Camille.dll
Syntax
public class MatchParticipantFrame
Constructors
| Improve this Doc View SourceMatchParticipantFrame()
Declaration
public MatchParticipantFrame()
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> |
CurrentGold
Declaration
[JsonProperty("currentGold")]
public int CurrentGold { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DominionScore
Declaration
[JsonProperty("dominionScore")]
public int DominionScore { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
JungleMinionsKilled
Declaration
[JsonProperty("jungleMinionsKilled")]
public int JungleMinionsKilled { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Level
Declaration
[JsonProperty("level")]
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinionsKilled
Declaration
[JsonProperty("minionsKilled")]
public int MinionsKilled { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParticipantId
Declaration
[JsonProperty("participantId")]
public int ParticipantId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Position
Declaration
[JsonProperty("position")]
public MatchPosition Position { get; set; }
Property Value
Type | Description |
---|---|
MatchPosition |
TeamScore
Declaration
[JsonProperty("teamScore")]
public int TeamScore { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalGold
Declaration
[JsonProperty("totalGold")]
public int TotalGold { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Xp
Declaration
[JsonProperty("xp")]
public int Xp { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()