Summary
Class AutoMapperOptions.
- Assembly
- Rocket
.Surgery .Extensions .AutoMapper .dll - Namespace
- Rocket
.Surgery .Extensions .AutoMapper - Interfaces
-
- IRuntimeFeature
- IGlobalFeature
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IRuntimeFeature"]
Type-.->Interface1["IGlobalFeature"]
Type["AutoMapperOptions"]
class Type type-node
Syntax
public class AutoMapperOptions : IRuntimeFeature, IGlobalFeature
Constructors
Name | Summary |
---|---|
AutoMapperOptions |
Properties
Name | Value | Summary |
---|---|---|
ServiceLifetime | ServiceLifetime |
Gets or sets the service lifetime.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|