Table of Contents

Class EliteBundle

Namespace
Uncreated.Warfare.Models.Kits.Bundles
Assembly
Uncreated.Warfare.dll
[Table("kits_bundles")]
public class EliteBundle
Inheritance
EliteBundle
Inherited Members

Properties

Cost

In US dollars.

[Required]
public decimal Cost { get; set; }

Property Value

decimal

Description

[Required]
[StringLength(255)]
public string Description { get; set; }

Property Value

string

DisplayName

[Required]
[StringLength(50)]
public string DisplayName { get; set; }

Property Value

string

Faction

public Faction? Faction { get; set; }

Property Value

Faction

FactionId

[ForeignKey("Faction")]
[Column("Faction")]
public uint? FactionId { get; set; }

Property Value

uint?

Id

[Required]
[StringLength(25)]
public string Id { get; set; }

Property Value

string

Kits

public IReadOnlyList<KitEliteBundle> Kits { get; set; }

Property Value

IReadOnlyList<KitEliteBundle>

PrimaryKey

[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
[Column("pk")]
public uint PrimaryKey { get; set; }

Property Value

uint