Table of Contents

Class KitTranslation

Namespace
Uncreated.Warfare.Models.Kits
Assembly
Uncreated.Warfare.dll
[Table("kits_sign_text")]
public class KitTranslation : BaseTranslation, ICloneable
Inheritance
KitTranslation
Implements
Inherited Members

Constructors

KitTranslation()

public KitTranslation()

KitTranslation(KitTranslation)

public KitTranslation(KitTranslation other)

Parameters

other KitTranslation

Properties

KitId

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

Property Value

uint

Methods

Clone()

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

public override object Clone()

Returns

object

A new object that is a copy of this instance.