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
    public class UserGroup2AppDto

    Constructors

    View Source

    UserGroup2AppDto()

    Declaration
    public UserGroup2AppDto()

    Fields

    View Source

    PrimaryKeyColumnName

    Declaration
    [Obsolete("Use UserGroupIdColumnName instead. Scheduled for removal in Umbraco 18.")]
    public const string PrimaryKeyColumnName = "userGroupId"
    Field Value
    Type Description
    string
    View Source

    TableName

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

    UserGroupIdColumnName

    Declaration
    public const string UserGroupIdColumnName = "userGroupId"
    Field Value
    Type Description
    string

    Properties

    View Source

    AppAlias

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

    UserGroupId

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