Table of Contents

Class KitFilteredFaction

Namespace
Uncreated.Warfare.Models.Kits
Assembly
Uncreated.Warfare.dll
[Table("kits_faction_filters")]
public class KitFilteredFaction : ICloneable
Inheritance
KitFilteredFaction
Implements
Inherited Members

Properties

FactionId

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

Property Value

uint

KitId

[Required]
[Column("Kit")]
public uint KitId { get; set; }

Property Value

uint

Methods

Clone()

Creates a new object that is a copy of the current instance.

public object Clone()

Returns

object

A new object that is a copy of this instance.