View Source
Class DictionaryDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class DictionaryDto
Fields
View Source
TableName
Declaration
public const string TableName = "cmsDictionary"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LanguageTextDtos
Declaration
public List<LanguageTextDto>? LanguageTextDtos { get; set; }
Property Value
View Source
Parent
Declaration
public Guid? Parent { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
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