Show / Hide Table of Contents

Class ParticipantTimelineData

Class holding timeline values (Match API).

Inheritance
System.Object
ParticipantTimelineData
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class ParticipantTimelineData : object

Properties

TenToTwenty

Value per minute from 10 min to 20 min.

Declaration
public double TenToTwenty { get; set; }
Property Value
Type Description
System.Double

ThirtyToEnd

Value per minute from 30 min to the end of the game.

Declaration
public double ThirtyToEnd { get; set; }
Property Value
Type Description
System.Double

TwentyToThirty

Value per minute from 20 min to 30 min.

Declaration
public double TwentyToThirty { get; set; }
Property Value
Type Description
System.Double

ZeroToTen

Value per minute from the beginning of the game to 10 min.

Declaration
public double ZeroToTen { get; set; }
Property Value
Type Description
System.Double
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX