Show / Hide Table of Contents

Class Summoner

Summoner data object. This class is automatically generated.

represents a summoner

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

Constructors

| Improve this Doc View Source

Summoner()

Declaration
public Summoner()

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

AccountId

Encrypted account ID. Max length 56 characters.

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

Id

Encrypted summoner ID. Max length 63 characters.

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

Name

Summoner name.

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

ProfileIconId

ID of the summoner icon associated with the summoner.

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

Puuid

Encrypted PUUID. Exact length of 78 characters.

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

RevisionDate

Date summoner was last modified specified as epoch milliseconds. The following events will update this timestamp: profile icon change, playing the tutorial or advanced tutorial, finishing a game, summoner name change

Declaration
[JsonProperty("revisionDate")]
public long RevisionDate { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

SummonerLevel

Summoner level associated with the summoner.

Declaration
[JsonProperty("summonerLevel")]
public long SummonerLevel { get; set; }
Property Value
Type Description
System.Int64

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