Suoranta.EnterpriseLib.Web - Developer API

EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)> Class

Base class for AutoMapper value resolvers that can resolve all one-to-one/many entity values of TEntityDTO. See GetTargetEntityIdPropInDTO(Type, PropertyInfo) for details how the resolution operates.

Namespace:  Suoranta.EnterpriseLib.Util.AutoMapper
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public abstract class EntityResolver<TEntityDTO, TEntity>
where TEntityDTO : IDataTransferObject
where TEntity : IEntity

Type Parameters

TEntityDTO
The type of the DTO.
TEntity
The type of the entity.

Inheritance Hierarchy


Object
  Suoranta.EnterpriseLib.Util.AutoMapper..::..EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)>