Class LeagueItem
LeagueItem data object. This class is automatically generated.
Inheritance
System.Object
LeagueItem
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.LeagueV4
Assembly: Camille.dll
Syntax
public class LeagueItem
Constructors
| Improve this Doc View SourceLeagueItem()
Declaration
public LeagueItem()
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> |
FreshBlood
Declaration
[JsonProperty("freshBlood")]
public bool FreshBlood { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HotStreak
Declaration
[JsonProperty("hotStreak")]
public bool HotStreak { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Inactive
Declaration
[JsonProperty("inactive")]
public bool Inactive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LeaguePoints
Declaration
[JsonProperty("leaguePoints")]
public int LeaguePoints { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Losses
Losing team on Summoners Rift.
Declaration
[JsonProperty("losses")]
public int Losses { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MiniSeries
Declaration
[JsonProperty("miniSeries")]
public MiniSeries MiniSeries { get; set; }
Property Value
Type | Description |
---|---|
MiniSeries |
Rank
Declaration
[JsonProperty("rank")]
public string Rank { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SummonerId
Player's encrypted summonerId.
Declaration
[JsonProperty("summonerId")]
public string SummonerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SummonerName
Declaration
[JsonProperty("summonerName")]
public string SummonerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Veteran
Declaration
[JsonProperty("veteran")]
public bool Veteran { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Wins
Winning team on Summoners Rift.
Declaration
[JsonProperty("wins")]
public int Wins { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()