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 SourceMixRole()
Declaration
public MixRole()
MixRole(String)
Declaration
public MixRole(string roleName)
Parameters
Type | Name | Description |
---|---|---|
System.String | roleName |
Properties
| Improve this Doc View SourceAspNetRoleClaims
Declaration
public virtual ICollection<AspNetRoleClaims> AspNetRoleClaims { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<AspNetRoleClaims> |
AspNetUserRoles
Declaration
public virtual ICollection<AspNetUserRoles> AspNetUserRoles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<AspNetUserRoles> |
Implements
IEntity<>