Class UnitOfWorkTestPage
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.Uow
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
[IgnoreAntiforgeryToken]
public class UnitOfWorkTestPage : AbpPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
UnitOfWorkTestPage(TestUnitOfWorkConfig)
Declaration
public UnitOfWorkTestPage(TestUnitOfWorkConfig testUnitOfWorkConfig)
Parameters
Type | Name | Description |
---|---|---|
TestUnitOfWorkConfig | testUnitOfWorkConfig |
Methods
OnGetExceptionOnComplete()
Declaration
public ObjectResult OnGetExceptionOnComplete()
Returns
Type | Description |
---|---|
ObjectResult |
OnGetHandledException()
Declaration
[UnitOfWork(true)]
public ObjectResult OnGetHandledException()
Returns
Type | Description |
---|---|
ObjectResult |
OnGetRequiresUow()
Declaration
public IActionResult OnGetRequiresUow()
Returns
Type | Description |
---|---|
IActionResult |
OnPostRequiresUow()
Declaration
public IActionResult OnPostRequiresUow()
Returns
Type | Description |
---|---|
IActionResult |