Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
EntityType that represents a user belonging to a role
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole
Namespace: Microsoft.AspNet.Identity.EntityFramework
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
'Declaration
Public Class IdentityUserRole
'Usage
Dim instance As IdentityUserRole
public class IdentityUserRole
public ref class IdentityUserRole
type IdentityUserRole = class end
public class IdentityUserRole
The IdentityUserRole type exposes the following members.
Name | Description | |
---|---|---|
![]() |
IdentityUserRole | Constructor |
Top
Name | Description | |
---|---|---|
![]() |
Role | Role that the user belongs to |
![]() |
RoleId | RoleId for the role |
![]() |
User | Navigation property setting up the foreign key for User |
![]() |
UserId | UserId for the user that is in the role |
Top
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.