Summary
Called when [defined properties].
- Assembly
- Rocket
.Surgery .Extensions .AutoMapper .dll - Namespace
- Rocket
.Surgery .Extensions .AutoMapper - Containing Type
- Auto
Mapper Profile Expression Extensions
Syntax
public static T OnlyDefinedProperties<T>(this T configuration) where T : IProfileExpression
Attributes
| Type | Description |
|---|---|
| Nullable |
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| configuration | T | The configuration. |
Return Value
| Type | Description |
|---|---|
| T | T. |
