Show / Hide Table of Contents

Class WarBase

Inheritance
System.Object
WarBase
ClanWar
ClanWarLeagueWar
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public abstract class WarBase

Properties

| Improve this Doc View Source

EndTime

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

PreparationStartTime

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

StartTime

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

State

Declaration
public State State { get; set; }
Property Value
Type Description
State
| 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