C# Class Habanero.Smooth.InheritanceAutoMapperExtensions

Simple Extension methods to make the code for automapping extension methods more fluid.
Mostrar archivo Open project: Chillisoft/habanero.smooth

Public Methods

Method Description
MapInheritance ( this type ) : ISuperClassDef

Maps any Inhertiance Relationships for the type. and returns the ISuperClassDef that is used to map these in Habanero.

Method Details

MapInheritance() public static method

Maps any Inhertiance Relationships for the type. and returns the ISuperClassDef that is used to map these in Habanero.
public static MapInheritance ( this type ) : ISuperClassDef
type this
return ISuperClassDef