Show / Hide Table of Contents

Class Missions

Missions data object. This class is automatically generated.

Missions DTO

Inheritance
System.Object
Missions
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.MatchV5
Assembly: Camille.RiotGames.dll
Syntax
public class Missions

Constructors

| Improve this Doc View Source

Missions()

Declaration
public Missions()

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

PlayerScore0

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

PlayerScore1

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

PlayerScore10

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

PlayerScore11

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

PlayerScore2

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

PlayerScore3

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

PlayerScore4

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

PlayerScore5

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

PlayerScore6

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

PlayerScore7

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

PlayerScore8

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

PlayerScore9

Declaration
[JsonPropertyName("playerScore9")]
public float? PlayerScore9 { get; set; }
Property Value
Type Description
System.Nullable<System.Single>

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