Class KitFilteredMap
[Table("kits_map_filters")]
public class KitFilteredMap : ICloneable
- Inheritance
-
KitFilteredMap
- Implements
- Inherited Members
Properties
KitId
[Required]
[Column("Kit")]
public uint KitId { get; set; }
Property Value
Map
[Required]
public uint Map { 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.