IdentityUserRole<TKey> Class

 

Represents an EntityType user belonging to a role.

Namespace:   Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

System.Object
  Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole<TKey>
    Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole

public class IdentityUserRole<TKey>

Type Parameters

TKey

The type of the key.

NameDescription
System_CAPS_pubmethodIdentityUserRole<TKey>()

Initializes a new instance of the IdentityUserRole<TKey> class.

NameDescription
System_CAPS_pubpropertyRoleId

Gets or sets the Role ID for the role.

System_CAPS_pubpropertyUserId

Gets or sets the ID for the user that is in the role.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: