Show / Hide Table of Contents

Class ParticipantTimeline

ParticipantTimeline data object. This class is automatically generated.

Inheritance
System.Object
ParticipantTimeline
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 ParticipantTimeline

Constructors

| Improve this Doc View Source

ParticipantTimeline()

Declaration
public ParticipantTimeline()

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

CreepsPerMinDeltas

Creeps for a specified period.

Declaration
[JsonProperty("creepsPerMinDeltas")]
public IDictionary<string, double> CreepsPerMinDeltas { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Double>
| Improve this Doc View Source

CsDiffPerMinDeltas

Creep score difference versus the calculated lane opponent(s) for a specified period.

Declaration
[JsonProperty("csDiffPerMinDeltas")]
public IDictionary<string, double> CsDiffPerMinDeltas { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Double>
| Improve this Doc View Source

DamageTakenDiffPerMinDeltas

Damage taken difference versus the calculated lane opponent(s) for a specified period.

Declaration
[JsonProperty("damageTakenDiffPerMinDeltas")]
public IDictionary<string, double> DamageTakenDiffPerMinDeltas { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Double>
| Improve this Doc View Source

DamageTakenPerMinDeltas

Damage taken for a specified period.

Declaration
[JsonProperty("damageTakenPerMinDeltas")]
public IDictionary<string, double> DamageTakenPerMinDeltas { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Double>
| Improve this Doc View Source

GoldPerMinDeltas

Gold for a specified period.

Declaration
[JsonProperty("goldPerMinDeltas")]
public IDictionary<string, double> GoldPerMinDeltas { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Double>
| Improve this Doc View Source

Lane

Participant's calculated lane. MID and BOT are legacy values.

(Legal values: MID, MIDDLE, TOP, JUNGLE, BOT, BOTTOM)

Declaration
[JsonProperty("lane")]
public string Lane { get; set; }
Property Value
Type Description
System.String
| 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

Role

Participant's calculated role.

(Legal values: DUO, NONE, SOLO, DUO_CARRY, DUO_SUPPORT)

Declaration
[JsonProperty("role")]
public string Role { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

XpDiffPerMinDeltas

Experience difference versus the calculated lane opponent(s) for a specified period.

Declaration
[JsonProperty("xpDiffPerMinDeltas")]
public IDictionary<string, double> XpDiffPerMinDeltas { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Double>
| Improve this Doc View Source

XpPerMinDeltas

Experience change for a specified period.

Declaration
[JsonProperty("xpPerMinDeltas")]
public IDictionary<string, double> XpPerMinDeltas { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Double>

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