Search Results for

    Show / Hide Table of Contents

    Class DictionaryDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: cs.temp.dll.dll
    Syntax
    public class DictionaryDto

    Fields

    TableName

    Declaration
    public const string TableName = null
    Field Value
    Type Description
    System.String

    Properties

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    LanguageTextDtos

    Declaration
    public List<LanguageTextDto> LanguageTextDtos { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<LanguageTextDto>

    Parent

    Declaration
    public Guid? Parent { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    PrimaryKey

    Declaration
    public int PrimaryKey { get; set; }
    Property Value
    Type Description
    System.Int32

    UniqueId

    Declaration
    public Guid UniqueId { get; set; }
    Property Value
    Type Description
    System.Guid
    In This Article
    • Fields
      • TableName
    • Properties
      • Key
      • LanguageTextDtos
      • Parent
      • PrimaryKey
      • UniqueId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX