Show / Hide Table of Contents

Class ClanBuilderBaseRanking

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

Properties

| Improve this Doc View Source

BadgeUrls

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

ClanBuilderBasePoints

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

ClanLevel

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

Location

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

Members

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

PreviousRank

Declaration
public int PreviousRank { get; set; }
Property Value
Type Description
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
In This Article
Back to top Generated by DocFX