Class KitFilteredFaction
[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
KitId
[Required]
[Column("Kit")]
public uint KitId { get; set; }
Property Value
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.