Show / Hide Table of Contents

Class IdentitySecurityLogAppService_Tests

Inheritance
object
AbpIdentityTestBase<AbpIdentityApplicationTestModule>
AbpIdentityExtendedTestBase<AbpIdentityApplicationTestModule>
AbpIdentityApplicationTestBase
IdentitySecurityLogAppService_Tests
Inherited Members
AbpIdentityExtendedTestBase<AbpIdentityApplicationTestModule>.GetUser(string)
AbpIdentityExtendedTestBase<AbpIdentityApplicationTestModule>.FindUser(string)
AbpIdentityExtendedTestBase<AbpIdentityApplicationTestModule>.UsingDbContext(Action<IIdentityDbContext>)
AbpIdentityExtendedTestBase<AbpIdentityApplicationTestModule>.UsingDbContext<T>(Func<IIdentityDbContext, T>)
AbpIdentityTestBase<AbpIdentityApplicationTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Tests.dll
Syntax
public class IdentitySecurityLogAppService_Tests : AbpIdentityApplicationTestBase

Constructors

IdentitySecurityLogAppService_Tests()

Declaration
public IdentitySecurityLogAppService_Tests()

Methods

AfterAddApplication(IServiceCollection)

Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

GetListAsync()

Declaration
public Task GetListAsync()
Returns
Type Description
Task

GetMyAsync()

Declaration
public Task GetMyAsync()
Returns
Type Description
Task

GetMyListAsync()

Declaration
public Task GetMyListAsync()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft