Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserGroup2LanguageDto

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [TableName("umbracoUserGroup2Language")]
    [ExplicitColumns]
    public class UserGroup2LanguageDto

    Fields

    View Source

    TableName

    Declaration
    public const string TableName = "umbracoUserGroup2Language"
    Field Value
    Type Description
    string

    Properties

    View Source

    LanguageId

    Declaration
    [Column("languageId")]
    [ForeignKey(typeof(LanguageDto), OnDelete = Rule.Cascade)]
    public int LanguageId { get; set; }
    Property Value
    Type Description
    int
    View Source

    UserGroupId

    Declaration
    [Column("userGroupId")]
    [PrimaryKeyColumn(AutoIncrement = false, Name = "PK_userGroup2language", OnColumns = "userGroupId, languageId")]
    [ForeignKey(typeof(UserGroupDto), OnDelete = Rule.Cascade)]
    public int UserGroupId { get; set; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX