Search Results for

    Show / Hide Table of Contents
    View Source

    Class User2ClientIdDto

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class User2ClientIdDto

    Constructors

    View Source

    User2ClientIdDto()

    Declaration
    public User2ClientIdDto()

    Fields

    View Source

    PrimaryKeyColumnName

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

    TableName

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

    UserIdColumnName

    Declaration
    public const string UserIdColumnName = "userId"
    Field Value
    Type Description
    string

    Properties

    View Source

    ClientId

    Declaration
    [Length(255)]
    public string? ClientId { get; set; }
    Property Value
    Type Description
    string
    View Source

    UserId

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