Class DictionaryOverviewDisplay
The dictionary overview display.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "dictionary", Namespace = "")]
public class DictionaryOverviewDisplay
Constructors
View SourceDictionaryOverviewDisplay()
Initializes a new instance of the DictionaryOverviewDisplay class.
Declaration
public DictionaryOverviewDisplay()
Properties
View SourceId
Gets or sets the id.
Declaration
[DataMember(Name = "id")]
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Level
Gets or sets the level.
Declaration
[DataMember(Name = "level")]
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Gets or sets the key.
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Translations
Gets or sets the translations.
Declaration
[DataMember(Name = "translations")]
public List<DictionaryOverviewTranslationDisplay> Translations { get; set; }
Property Value
Type | Description |
---|---|
List<DictionaryOverviewTranslationDisplay> |