The LightSpeedControllerBase<(Of <(TUnitOfWork>)>) type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LightSpeedControllerBase<(Of <(TUnitOfWork>)>) |
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Releases all resources that are used by the current instance of the Controller class.
(Overrides Controller..::.Dispose(Boolean).) |
![]() | OnResultExecuted |
Called after the action result that is returned by an action method is executed.
(Overrides Controller..::.OnResultExecuted(ResultExecutedContext).) |
Properties
Name | Description | |
---|---|---|
![]() | DisposeUnitOfWorkOnResultExecuted |
Indicates if the controller should handle disposal of the UnitOfWork instance as part of the
ResultExecuted handler. By default this is enabled.
|
![]() | LightSpeedContext |
Returns an instance of the LightSpeedContext object which will be used to create any
UnitOfWork instances used by this controller
|
![]() | UnitOfWork |
Returns the current UnitOfWork instance which is being held
|