View Source
Class LanguageTextDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class LanguageTextDto
Fields
View Source
TableName
Declaration
public const string TableName = "cmsLanguageText"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
LanguageId
Declaration
public int LanguageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
PrimaryKey
Declaration
public int PrimaryKey { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
UniqueId
Declaration
public Guid UniqueId { get; set; }
Property Value
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|