Class Player
Player data object. This class is automatically generated.
Inheritance
System.Object
Player
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 Player
Constructors
| Improve this Doc View SourcePlayer()
Declaration
public Player()
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> |
AccountId
Player's original accountId (Encrypted)
Declaration
[JsonProperty("accountId")]
public string AccountId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentAccountId
Player's current accountId (Encrypted)
Declaration
[JsonProperty("currentAccountId")]
public string CurrentAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrentPlatformId
Declaration
[JsonProperty("currentPlatformId")]
public string CurrentPlatformId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MatchHistoryUri
Declaration
[JsonProperty("matchHistoryUri")]
public string MatchHistoryUri { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlatformId
Original platformId.
Declaration
[JsonProperty("platformId")]
public string PlatformId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProfileIcon
Declaration
[JsonProperty("profileIcon")]
public int ProfileIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SummonerId
Player's summonerId (Encrypted)
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 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()