IdentityUserRole Class
EntityType that represents a user belonging to a role
Inheritance Hierarchy
System.Object
Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole
Namespace: Microsoft.AspNet.Identity.EntityFramework
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
Syntax
'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.
Constructors
Name | Description | |
---|---|---|
IdentityUserRole | Constructor |
Top
Properties
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
Methods
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.