Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserGroup2AppDto

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [TableName("umbracoUserGroup2App")]
    [PrimaryKey("id", AutoIncrement = false)]
    [ExplicitColumns]
    public class UserGroup2AppDto

    Fields

    View Source

    TableName

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

    Properties

    View Source

    AppAlias

    Declaration
    [Column("app")]
    [Length(50)]
    public string AppAlias { get; set; }
    Property Value
    Type Description
    string
    View Source

    UserGroupId

    Declaration
    [Column("userGroupId")]
    [PrimaryKeyColumn(AutoIncrement = false, Name = "PK_userGroup2App", OnColumns = "userGroupId, app")]
    [ForeignKey(typeof(UserGroupDto))]
    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