Click or drag to resize

RoleStoreT Class

[Missing <summary> documentation for "T:VelocityDBExtensions2.AspNet.Identity.RoleStore`1"]

Inheritance Hierarchy
SystemObject
  VelocityDBExtensions2.AspNet.IdentityRoleStoreT

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public class RoleStore<T> : IQueryableRoleStore<T, ulong>, 
	IRoleStore<T, ulong>, IDisposable
where T : IdentityRole

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VelocityDBExtensions2.AspNet.Identity.RoleStore`1"]

The RoleStoreT type exposes the following members.

Constructors
  NameDescription
Public methodRoleStoreT
Initializes a new instance of the RoleStoreT class
Top
Properties
  NameDescription
Public propertyRoles
Top
Methods
  NameDescription
Public methodCreateAsync
Public methodDeleteAsync
Public methodDispose
Releases all resources used by the RoleStoreT
Public methodFindByIdAsync
Public methodFindByNameAsync
Public methodUpdateAsync
Top
See Also