Suoranta.EnterpriseLib.Web - Developer API

EntityResolver Class

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

Syntax


public class EntityResolver

Remarks


Generic version has much better performance as it catches the type information and should be preferred.

Entity and DTO model guidelines:

  • The id property should be named Id.
  • Foreign key properties should be postfixed with "Id".

Inheritance Hierarchy


Object
  Suoranta.EnterpriseLib.Util.AutoMapper..::..EntityResolver