IdentityRole Class
Represents a Role entity.
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey, TUserRole>
Microsoft.AspNet.Identity.EntityFramework.IdentityRole
Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey, TUserRole>
Microsoft.AspNet.Identity.EntityFramework.IdentityRole
| Name | Description | |
|---|---|---|
![]() | IdentityRole() | Initializes a new instance of the IdentityRole class. |
![]() | IdentityRole(String) | Initializes a new instance of the IdentityRole class. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets or sets the role id.(Inherited from IdentityRole<TKey, TUserRole>.) |
![]() | Name | Gets or sets the role name.(Inherited from IdentityRole<TKey, TUserRole>.) |
![]() | Users | Gets the collection of users in the role.(Inherited from IdentityRole<TKey, TUserRole>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


