EntityResolver..::..Resolve<(Of <(<'TResolvedEntity>)>)> Method (IDataTransferObject, IEntity, TResolvedEntity)
Resolves the specified source.
Namespace:
Suoranta.EnterpriseLib.Util.AutoMapperAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
public TResolvedEntity Resolve<TResolvedEntity>( IDataTransferObject source, IEntity destination, TResolvedEntity destMember ) where TResolvedEntity : IEntity
Type Parameters
- TResolvedEntity
- The type of the resolved entity.
Parameters
- source
- Type: Suoranta.EnterpriseLib..::..IDataTransferObject
The source.
- destination
- Type: Suoranta.EnterpriseLib..::..IEntity
The destination.
- destMember
- Type: TResolvedEntity
The dest member.

