Show / Hide Table of Contents

Class ClanCapitalRaidSeason

Inheritance
System.Object
ClanCapitalRaidSeason
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class ClanCapitalRaidSeason

Properties

| Improve this Doc View Source

AttackLog

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

CapitalTotalLoot

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

DefenseLog

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

DefensiveReward

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

EndTime

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

EnemyDistrictsDestroyed

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

Members

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

OffensiveReward

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

RaidsCompleted

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

StartTime

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

State

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

TotalAttacks

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