View Source
Class DictionaryTranslation
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[Serializable]
[DataContract(IsReference = true)]
public class DictionaryTranslation : EntityBase, IRememberBeingDirty, ICanBeDirty, IDictionaryTranslation, IEntity, IDeepCloneable
Constructors
View Source
DictionaryTranslation(ILanguage, String)
Declaration
public DictionaryTranslation(ILanguage language, string value)
Parameters
Type |
Name |
Description |
ILanguage |
language |
|
System.String |
value |
|
View Source
DictionaryTranslation(ILanguage, String, Guid)
Declaration
public DictionaryTranslation(ILanguage language, string value, Guid uniqueId)
Parameters
Type |
Name |
Description |
ILanguage |
language |
|
System.String |
value |
|
System.Guid |
uniqueId |
|
Properties
View Source
Language
Gets or sets the Language for the translation
Declaration
[DataMember]
public ILanguage Language { get; set; }
Property Value
View Source
LanguageId
Declaration
public int LanguageId { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Value
Gets or sets the translated text
Declaration
[DataMember]
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
Declaration
protected override void PerformDeepClone(object clone)
Parameters
Type |
Name |
Description |
System.Object |
clone |
|