C# Class Habanero.Smooth.IdentityAutoMapperExtensions

Extension methods developed for syntactic sugar to allow you to do Identity Mapping easier
Mostrar archivo Open project: Chillisoft/habanero.smooth

Public Methods

Method Description
MapIdentity ( this classDef ) : IPrimaryKeyDef

gets the Primary Key Def for a ClassDef

Method Details

MapIdentity() public static method

gets the Primary Key Def for a ClassDef
public static MapIdentity ( this classDef ) : IPrimaryKeyDef
classDef this
return IPrimaryKeyDef