Class WarBase
Inheritance
System.Object
WarBase
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
|
Improve this Doc
View Source
TeamSize
Declaration
public int? TeamSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|