Search Results for

    Show / Hide Table of Contents
    View Source

    Class LanguageTextDto

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

    Fields

    View Source

    TableName

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

    Properties

    View Source

    LanguageId

    Declaration
    public int LanguageId { get; set; }
    Property Value
    Type Description
    System.Int32
    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
    View Source

    Value

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