Search Results for

    Show / Hide Table of Contents
    View Source

    Class User2UserGroupDto

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

    Fields

    View Source

    TableName

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

    Properties

    View Source

    UserGroupId

    Declaration
    [Column("userGroupId")]
    [ForeignKey(typeof(UserGroupDto))]
    public int UserGroupId { get; set; }
    Property Value
    Type Description
    int
    View Source

    UserId

    Declaration
    [Column("userId")]
    [PrimaryKeyColumn(AutoIncrement = false, Name = "PK_user2userGroup", OnColumns = "userId, userGroupId")]
    [ForeignKey(typeof(UserDto))]
    public int UserId { 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