Class BaseTranslation
public abstract class BaseTranslation : ICloneable
- Inheritance
-
BaseTranslation
- Implements
- Derived
- Inherited Members
Constructors
BaseTranslation()
protected BaseTranslation()
BaseTranslation(BaseTranslation)
protected BaseTranslation(BaseTranslation other)
Parameters
otherBaseTranslation
Properties
LanguageId
[Required]
[Column("Language")]
public uint LanguageId { get; set; }
Property Value
Value
[Required]
[StringLength(32)]
public string Value { get; set; }
Property Value
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.