Show / Hide Table of Contents

Class MixRole

Inheritance
System.Object
MixRole
Implements
IEntity<Guid>
Namespace: Mix.Database.Entities.Account
Assembly: mix.database.dll
Syntax
public class MixRole : IdentityRole<Guid>, IEntity<Guid>

Constructors

| Improve this Doc View Source

MixRole()

Declaration
public MixRole()
| Improve this Doc View Source

MixRole(String)

Declaration
public MixRole(string roleName)
Parameters
Type Name Description
System.String roleName

Properties

| Improve this Doc View Source

AspNetRoleClaims

Declaration
public virtual ICollection<AspNetRoleClaims> AspNetRoleClaims { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<AspNetRoleClaims>
| Improve this Doc View Source

AspNetUserRoles

Declaration
public virtual ICollection<AspNetUserRoles> AspNetUserRoles { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<AspNetUserRoles>

Implements

IEntity<>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾