Show / Hide Table of Contents

Class LeagueEntry

LeagueEntry data object. This class is automatically generated.

Inheritance
System.Object
LeagueEntry
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.LeagueExpV4
Assembly: Camille.dll
Syntax
public class LeagueEntry

Constructors

| Improve this Doc View Source

LeagueEntry()

Declaration
public LeagueEntry()

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

FreshBlood

Declaration
[JsonProperty("freshBlood")]
public bool FreshBlood { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

HotStreak

Declaration
[JsonProperty("hotStreak")]
public bool HotStreak { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Inactive

Declaration
[JsonProperty("inactive")]
public bool Inactive { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LeagueId

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

LeaguePoints

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

Losses

Losing team on Summoners Rift. Second through eighth placement in Teamfight Tactics.

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

MiniSeries

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

QueueType

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

Rank

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

SummonerId

Player's summonerId (Encrypted)

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

SummonerName

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

Tier

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

Veteran

Declaration
[JsonProperty("veteran")]
public bool Veteran { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Wins

Winning team on Summoners Rift. First placement in Teamfight Tactics.

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