Show / Hide Table of Contents

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 Source

MatchParticipantFrame()

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>
| Improve this Doc View Source

CurrentGold

Declaration
[JsonProperty("currentGold")]
public int CurrentGold { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

DominionScore

Declaration
[JsonProperty("dominionScore")]
public int DominionScore { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

JungleMinionsKilled

Declaration
[JsonProperty("jungleMinionsKilled")]
public int JungleMinionsKilled { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Level

Declaration
[JsonProperty("level")]
public int Level { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MinionsKilled

Declaration
[JsonProperty("minionsKilled")]
public int MinionsKilled { 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

Position

Declaration
[JsonProperty("position")]
public MatchPosition Position { get; set; }
Property Value
Type Description
MatchPosition
| Improve this Doc View Source

TeamScore

Declaration
[JsonProperty("teamScore")]
public int TeamScore { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TotalGold

Declaration
[JsonProperty("totalGold")]
public int TotalGold { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Xp

Declaration
[JsonProperty("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()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX