IdentityRole Class

Represents a Role entity

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Identity.EntityFramework.IdentityRole

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

Syntax

'Declaration
Public Class IdentityRole _
    Implements IRole
'Usage
Dim instance As IdentityRole
public class IdentityRole : IRole
public ref class IdentityRole : IRole
type IdentityRole =  
    class 
        interface IRole 
    end
public class IdentityRole implements IRole

The IdentityRole type exposes the following members.

Constructors

  Name Description
Public method IdentityRole() Constructor
Public method IdentityRole(String) Constructor

Top

Properties

  Name Description
Public property Id Role id
Public property Name Role name

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.AspNet.Identity.EntityFramework Namespace