Summary
Uses AutoMapper.
- Assembly
- Rocket
.Surgery .Extensions .AutoMapper .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Auto
Mapper Host Builder Extensions
Syntax
public static IConventionHostBuilder UseAutoMapper(this IConventionHostBuilder container, AutoMapperOptions options = null)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| container | I |
The container. |
| options | AutoMapperOptions | The options object |
Return Value
| Type | Description |
|---|---|
| I |
IConventionHostBuilder. |
