Show / Hide Table of Contents

Class ClanWarLogEntry

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

Properties

| Improve this Doc View Source

AttacksPerMember

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

BattleModifier

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

Clan

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

EndTime

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

Opponent

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

Result

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

TeamSize

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