Show / Hide Table of Contents

Class AspNetRoles

Inheritance
System.Object
AspNetRoles
Namespace: Mix.Database.Entities.Account
Assembly: mix.database.dll
Syntax
public class AspNetRoles : Entity

Constructors

| Improve this Doc View Source

AspNetRoles()

Declaration
public AspNetRoles()

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>
| 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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾