Show / Hide Table of Contents

Class PlayerRanking

Inheritance
System.Object
Identity
PlayerRanking
Inherited Members
Identity.Tag
Identity.Name
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class PlayerRanking : Identity

Properties

| Improve this Doc View Source

AttackWins

Declaration
public int AttackWins { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Clan

Declaration
public PlayerRankingClan Clan { get; set; }
Property Value
Type Description
PlayerRankingClan
| Improve this Doc View Source

DefenseWins

Declaration
public int DefenseWins { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ExpLevel

Declaration
public int ExpLevel { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

League

Declaration
public League League { get; set; }
Property Value
Type Description
League
| Improve this Doc View Source

PreviousRank

Declaration
public int? PreviousRank { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Rank

Declaration
public int Rank { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Trophies

Declaration
public int Trophies { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX