Show / Hide Table of Contents

Class Clan

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

Properties

| Improve this Doc View Source

BadgeUrls

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

CapitalLeague

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

ChatLanguage

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

ClanBuilderBasePoints

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

ClanCapital

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

ClanCapitalPoints

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

ClanPoints

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

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsFamilyFriendly

Declaration
public bool IsFamilyFriendly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWarLogPublic

Declaration
public bool IsWarLogPublic { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Labels

Labels to describe clan

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

Location

Clan location

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

MemberList

Declaration
public List<ClanMember> MemberList { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ClanMember>
| Improve this Doc View Source

Members

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

RequiredBuilderBaseTrophies

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

RequiredTownhallLevel

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

RequiredTrophies

Minimum trophies to join

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

Type

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

WarFrequency

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

WarLeague

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

WarLosses

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

WarTies

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

WarWins

Wars won

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

WarWinStreak

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