Table of Contents

Class KitFilteredMap

Namespace
Uncreated.Warfare.Models.Kits
Assembly
Uncreated.Warfare.dll
[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

uint

Map

[Required]
public uint Map { 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.