Show / Hide Table of Contents

Class ParticipantMissions

ParticipantMissions data object. This class is automatically generated.

Inheritance
System.Object
ParticipantMissions
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)
Namespace: Camille.RiotGames.TftMatchV1
Assembly: Camille.RiotGames.dll
Syntax
public class ParticipantMissions

Constructors

| Improve this Doc View Source

ParticipantMissions()

Declaration
public ParticipantMissions()

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

Assists

Declaration
[JsonPropertyName("Assists")]
public int? Assists { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

DamageDealt

Declaration
[JsonPropertyName("DamageDealt")]
public int? DamageDealt { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

DamageDealtToObjectives

Declaration
[JsonPropertyName("DamageDealtToObjectives")]
public int? DamageDealtToObjectives { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

DamageDealtToTurrets

Declaration
[JsonPropertyName("DamageDealtToTurrets")]
public int? DamageDealtToTurrets { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

DamageTaken

Declaration
[JsonPropertyName("DamageTaken")]
public int? DamageTaken { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Deaths

Declaration
[JsonPropertyName("Deaths")]
public int? Deaths { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

DoubleKills

Declaration
[JsonPropertyName("DoubleKills")]
public int? DoubleKills { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

GoldEarned

Declaration
[JsonPropertyName("GoldEarned")]
public int? GoldEarned { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

GoldSpent

Declaration
[JsonPropertyName("GoldSpent")]
public int? GoldSpent { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

InhibitorsDestroyed

Declaration
[JsonPropertyName("InhibitorsDestroyed")]
public int? InhibitorsDestroyed { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

KillingSprees

Declaration
[JsonPropertyName("KillingSprees")]
public int? KillingSprees { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Kills

Declaration
[JsonPropertyName("Kills")]
public int? Kills { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

LargestKillingSpree

Declaration
[JsonPropertyName("LargestKillingSpree")]
public int? LargestKillingSpree { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

LargestMultiKill

Declaration
[JsonPropertyName("LargestMultiKill")]
public int? LargestMultiKill { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

MagicDamageDealt

Declaration
[JsonPropertyName("MagicDamageDealt")]
public int? MagicDamageDealt { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

MagicDamageDealtToChampions

Declaration
[JsonPropertyName("MagicDamageDealtToChampions")]
public int? MagicDamageDealtToChampions { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

MagicDamageTaken

Declaration
[JsonPropertyName("MagicDamageTaken")]
public int? MagicDamageTaken { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

NeutralMinionsKilledTeamJungle

Declaration
[JsonPropertyName("NeutralMinionsKilledTeamJungle")]
public int? NeutralMinionsKilledTeamJungle { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PentaKills

Declaration
[JsonPropertyName("PentaKills")]
public int? PentaKills { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PhysicalDamageDealt

Declaration
[JsonPropertyName("PhysicalDamageDealt")]
public int? PhysicalDamageDealt { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PhysicalDamageDealtToChampions

Declaration
[JsonPropertyName("PhysicalDamageDealtToChampions")]
public int? PhysicalDamageDealtToChampions { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PhysicalDamageTaken

Declaration
[JsonPropertyName("PhysicalDamageTaken")]
public int? PhysicalDamageTaken { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PlayerScore0

Declaration
[JsonPropertyName("PlayerScore0")]
public int? PlayerScore0 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PlayerScore1

Declaration
[JsonPropertyName("PlayerScore1")]
public int? PlayerScore1 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PlayerScore10

Declaration
[JsonPropertyName("PlayerScore10")]
public int? PlayerScore10 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PlayerScore11

Declaration
[JsonPropertyName("PlayerScore11")]
public int? PlayerScore11 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PlayerScore2

Declaration
[JsonPropertyName("PlayerScore2")]
public int? PlayerScore2 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PlayerScore3

Declaration
[JsonPropertyName("PlayerScore3")]
public int? PlayerScore3 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PlayerScore4

Declaration
[JsonPropertyName("PlayerScore4")]
public int? PlayerScore4 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PlayerScore5

Declaration
[JsonPropertyName("PlayerScore5")]
public int? PlayerScore5 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PlayerScore6

Declaration
[JsonPropertyName("PlayerScore6")]
public int? PlayerScore6 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

PlayerScore9

Declaration
[JsonPropertyName("PlayerScore9")]
public int? PlayerScore9 { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

QuadraKills

Declaration
[JsonPropertyName("QuadraKills")]
public int? QuadraKills { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Spell1Casts

Declaration
[JsonPropertyName("Spell1Casts")]
public int? Spell1Casts { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Spell2Casts

Declaration
[JsonPropertyName("Spell2Casts")]
public int? Spell2Casts { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Spell3Casts

Declaration
[JsonPropertyName("Spell3Casts")]
public int? Spell3Casts { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Spell4Casts

Declaration
[JsonPropertyName("Spell4Casts")]
public int? Spell4Casts { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

SummonerSpell1Casts

Declaration
[JsonPropertyName("SummonerSpell1Casts")]
public int? SummonerSpell1Casts { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

TimeCCOthers

Declaration
[JsonPropertyName("TimeCCOthers")]
public int? TimeCCOthers { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

TotalDamageDealtToChampions

Declaration
[JsonPropertyName("TotalDamageDealtToChampions")]
public int? TotalDamageDealtToChampions { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

TotalMinionsKilled

Declaration
[JsonPropertyName("TotalMinionsKilled")]
public int? TotalMinionsKilled { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

TripleKills

Declaration
[JsonPropertyName("TripleKills")]
public int? TripleKills { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

TrueDamageDealt

Declaration
[JsonPropertyName("TrueDamageDealt")]
public int? TrueDamageDealt { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

TrueDamageDealtToChampions

Declaration
[JsonPropertyName("TrueDamageDealtToChampions")]
public int? TrueDamageDealtToChampions { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

TrueDamageTaken

Declaration
[JsonPropertyName("TrueDamageTaken")]
public int? TrueDamageTaken { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

UnrealKills

Declaration
[JsonPropertyName("UnrealKills")]
public int? UnrealKills { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

VisionScore

Declaration
[JsonPropertyName("VisionScore")]
public int? VisionScore { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

WardsKilled

Declaration
[JsonPropertyName("WardsKilled")]
public int? WardsKilled { get; set; }
Property Value
Type Description
System.Nullable<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
In This Article
Back to top Generated by DocFX