Show / Hide Table of Contents

Class Tier

Contains tier names (CHALLENGER, MASTER, etc.)

Inheritance
System.Object
Tier
Inherited Members
System.Object.ToString()
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.Enums
Assembly: Camille.dll
Syntax
public static class Tier

Fields

| Improve this Doc View Source

Bronze

Declaration
public const string Bronze = "BRONZE"
Field Value
Type Description
System.String
| Improve this Doc View Source

Challenger

Declaration
public const string Challenger = "CHALLENGER"
Field Value
Type Description
System.String
| Improve this Doc View Source

Diamond

Declaration
public const string Diamond = "DIAMOND"
Field Value
Type Description
System.String
| Improve this Doc View Source

Gold

Declaration
public const string Gold = "GOLD"
Field Value
Type Description
System.String
| Improve this Doc View Source

Grandmaster

Declaration
public const string Grandmaster = "GRANDMASTER"
Field Value
Type Description
System.String
| Improve this Doc View Source

Iron

Declaration
public const string Iron = "IRON"
Field Value
Type Description
System.String
| Improve this Doc View Source

Master

Declaration
public const string Master = "MASTER"
Field Value
Type Description
System.String
| Improve this Doc View Source

Platinum

Declaration
public const string Platinum = "PLATINUM"
Field Value
Type Description
System.String
| Improve this Doc View Source

Silver

Declaration
public const string Silver = "SILVER"
Field Value
Type Description
System.String
| Improve this Doc View Source

Unranked

In most endpoints, tier will not be provided if related summoner is unranked.

Declaration
public const string Unranked = "UNRANKED"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX