IdentityRole Class

 

Represents a Role entity.

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

System.Object
  Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey, TUserRole>
    Microsoft.AspNet.Identity.EntityFramework.IdentityRole

public class IdentityRole : IdentityRole<string, IdentityUserRole>

NameDescription
System_CAPS_pubmethodIdentityRole()

Initializes a new instance of the IdentityRole class.

System_CAPS_pubmethodIdentityRole(String)

Initializes a new instance of the IdentityRole class.

NameDescription
System_CAPS_pubpropertyId

Gets or sets the role id.(Inherited from IdentityRole<TKey, TUserRole>.)

System_CAPS_pubpropertyName

Gets or sets the role name.(Inherited from IdentityRole<TKey, TUserRole>.)

System_CAPS_pubpropertyUsers

Gets the collection of users in the role.(Inherited from IdentityRole<TKey, TUserRole>.)

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: