Suoranta.EnterpriseLib.Web - Developer API

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

EntityResolver<(Of <(<'TEntityDTO, TEntity>)>)> for specific TResolvedEntity.

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

Syntax


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

Type Parameters

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

Inheritance Hierarchy


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