Class EliteBundle
[Table("kits_bundles")]
public class EliteBundle
- Inheritance
-
EliteBundle
- Inherited Members
Properties
Cost
In US dollars.
[Required]
public decimal Cost { get; set; }
Property Value
Description
[Required]
[StringLength(255)]
public string Description { get; set; }
Property Value
DisplayName
[Required]
[StringLength(50)]
public string DisplayName { get; set; }
Property Value
Faction
public Faction? Faction { get; set; }
Property Value
FactionId
[ForeignKey("Faction")]
[Column("Faction")]
public uint? FactionId { get; set; }
Property Value
- uint?
Id
[Required]
[StringLength(25)]
public string Id { get; set; }
Property Value
Kits
public IReadOnlyList<KitEliteBundle> Kits { get; set; }
Property Value
PrimaryKey
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
[Column("pk")]
public uint PrimaryKey { get; set; }