Search Results for

    Show / Hide Table of Contents

    Class LanguageTextDto

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

    Fields

    TableName

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

    Properties

    LanguageId

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

    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

    Value

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