IdentityUserRole Class

 

EntityType that represents a 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 : IdentityUserRole<string>

NameDescription
System_CAPS_pubmethodIdentityUserRole()

Constructor

NameDescription
System_CAPS_pubpropertyRoleId

Gets or sets the Role ID for the role.(Inherited from IdentityUserRole<TKey>.)

System_CAPS_pubpropertyUserId

Gets or sets the ID for the user that is in the role.(Inherited from IdentityUserRole<TKey>.)

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: