Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    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
    Type Description
    System.Nullable<List<LanguageTextDto>>
    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
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • TableName
    • Properties
      • Key
      • LanguageTextDtos
      • Parent
      • PrimaryKey
      • UniqueId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX