Table of Contents

Class BaseTranslation

Namespace
Uncreated.Warfare.Models.Base
Assembly
Uncreated.Warfare.dll
public abstract class BaseTranslation : ICloneable
Inheritance
BaseTranslation
Implements
Derived
Inherited Members

Constructors

BaseTranslation()

protected BaseTranslation()

BaseTranslation(BaseTranslation)

protected BaseTranslation(BaseTranslation other)

Parameters

other BaseTranslation

Properties

LanguageId

[Required]
[Column("Language")]
public uint LanguageId { get; set; }

Property Value

uint

Value

[Required]
[StringLength(32)]
public string Value { get; set; }

Property Value

string

Methods

Clone()

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

public abstract object Clone()

Returns

object

A new object that is a copy of this instance.