IdentityUserRole Class
EntityType that represents a user belonging to a role
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole<TKey>
Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole
Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole<TKey>
Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole
| Name | Description | |
|---|---|---|
![]() | IdentityUserRole() | Constructor |
| Name | Description | |
|---|---|---|
![]() | RoleId | Gets or sets the Role ID for the role.(Inherited from IdentityUserRole<TKey>.) |
![]() | UserId | Gets or sets the ID for the user that is in the role.(Inherited from IdentityUserRole<TKey>.) |
| 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:


