RoleStore<TRole> Methods

The RoleStore<TRole> type exposes the following members.

Methods

  Name Description
Public method CreateAsync Insert an entity
Public method DeleteAsync Mark an entity for deletion
Public method Dispose() Dispose the store
Protected method Dispose(Boolean) If disposing, calls dispose on the Context. Always nulls out the Context
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindByIdAsync Find a role by id
Public method FindByNameAsync Find a role by name
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method UpdateAsync Update an entity

Top

See Also

Reference

RoleStore<TRole> Class

Microsoft.AspNet.Identity.EntityFramework Namespace