Class MapData
- Namespace
- Uncreated.Warfare.Models.Seasons
- Assembly
- Uncreated.Warfare.dll
[Table("maps")]
public class MapData
- Inheritance
-
MapData
- Inherited Members
-
Properties
Dependencies
public ICollection<MapWorkshopDependency> Dependencies { get; set; }
Property Value
- ICollection<MapWorkshopDependency>
DisplayName
[Required]
[MaxLength(50)]
public string DisplayName { get; set; }
Property Value
- string
Id
[Key]
public int Id { get; set; }
Property Value
- int
ReleasedSeasonId
[ForeignKey("SeasonReleased")]
[Column("SeasonReleased")]
[Required]
public int ReleasedSeasonId { get; set; }
Property Value
- int
SeasonReleased
[Required]
public SeasonData SeasonReleased { get; set; }
Property Value
- SeasonData
Team1Faction
[Required]
public Faction Team1Faction { get; set; }
Property Value
- Faction
Team1FactionId
[ForeignKey("Team1Faction")]
[Column("Team1Faction")]
[Required]
public uint Team1FactionId { get; set; }
Property Value
- uint
Team2Faction
[Required]
public Faction Team2Faction { get; set; }
Property Value
- Faction
Team2FactionId
[ForeignKey("Team2Faction")]
[Column("Team2Faction")]
[Required]
public uint Team2FactionId { get; set; }
Property Value
- uint
WorkshopId
public ulong? WorkshopId { get; set; }
Property Value
- ulong?