Class AspNetRoles
Inheritance
System.Object
AspNetRoles
Assembly: mix.database.dll
Syntax
public class AspNetRoles : Entity
Constructors
|
Improve this Doc
View Source
AspNetRoles()
Declaration
Properties
|
Improve this Doc
View Source
AspNetRoleClaims
Declaration
public virtual ICollection<AspNetRoleClaims> AspNetRoleClaims { get; set; }
Property Value
|
Improve this Doc
View Source
AspNetUserRoles
Declaration
public virtual ICollection<AspNetUserRoles> AspNetUserRoles { get; set; }
Property Value
|
Improve this Doc
View Source
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NormalizedName
Declaration
public string NormalizedName { get; set; }
Property Value
Type |
Description |
System.String |
|