RoleStore Class |
Namespace: Kentico.Membership
public class RoleStore : IRoleStore<Role, int>, IDisposable
The RoleStore type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateAsync |
Stores Role in the database.
|
![]() | DeleteAsync |
Deletes Role from the database.
|
![]() | Dispose |
Performs tasks to dispose the role store.
|
![]() | FindByIdAsync |
Returns instance of Role.
|
![]() | FindByNameAsync |
Returns instance of Role.
|
![]() | UpdateAsync |
Updates Role in the database.
|