Show / Hide Table of Contents

Class ClanMember

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

Properties

| Improve this Doc View Source

BuilderBaseLeague

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

BuilderBaseTrophies

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

ClanRank

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

Donations

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

DonationsReceived

Declaration
public int DonationsReceived { 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

PlayerHouse

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

PreviousClanRank

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

Role

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

TownHallLevel

Declaration
public int TownHallLevel { 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