Template Documentation
![]() | IAutoMapperTModel, TEntity Methods |
The IAutoMapperTModel, TEntity generic type exposes the following members.

Name | Description | |
---|---|---|
![]() | ToEntity |
Converts a model to an entity
|
![]() | ToEntityEnumerable |
Converts an IEnumerable of Models to an IEnumerable of entities
|
![]() | ToEntityExpression |
Convert an expression of a model to an expression to an Entity, be careful to make an expression of with entities properties
|
![]() | ToEntityFunctionTResult |
Convert a function of a model to a function of a TEntity, be careful to make an function with entities properties
|
![]() | ToModel |
Converts an entity to a model
|
![]() | ToModelEnumerable |
Convert an IEnumerable of entities to an IEnumerable of models
|
