Summary
Default controller that integrates with
MediatR.IMediator
- Assembly
- Rocket
.Surgery .Operational .AspNetCore .MediatR .dll - Namespace
- Rocket
.Surgery .Operational .AspNetCore .MediatR - Base Types
-
- ControllerBase
graph BT
Type-->Base0["ControllerBase"]
Type["MediatorApiController"]
class Type type-node
Syntax
public abstract class MediatorApiController : ControllerBase
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute | |
| PublicAPIAttribute | |
| Api |
|
| Api |
Constructors
| Name | Summary |
|---|---|
| Mediator |
Default constructor |
Methods
| Name | Value | Summary |
|---|---|---|
| Send |
Task |
Send an request and allow for sync
Microsoft.AspNetCore.Mvc.ActionResult
|
| Send |
Task |
Send an request and allow for async
Microsoft.AspNetCore.Mvc.ActionResult
|
| Send |
Task |
Send an request and allow for sync
Microsoft.AspNetCore.Mvc.ActionResult`1
|
| Send |
Task |
Send an request and allow for async
Microsoft.AspNetCore.Mvc.ActionResult`1
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
