Show / Hide Table of Contents

Class AspNetUserRoles

Inheritance
System.Object
AspNetUserRoles
Namespace: Mix.Database.Entities.Account
Assembly: mix.database.dll
Syntax
public class AspNetUserRoles : IdentityUserRole<Guid>

Properties

| Improve this Doc View Source

MixTenantId

Declaration
public int MixTenantId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MixUser

Declaration
public virtual MixUser MixUser { get; set; }
Property Value
Type Description
MixUser
| Improve this Doc View Source

RoleId

Declaration
public Guid RoleId { get; set; }
Property Value
Type Description
Guid
| Improve this Doc View Source

UserId

Declaration
public Guid UserId { get; set; }
Property Value
Type Description
Guid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾