C# Class Habanero.Smooth.AllClassesAutoMapperExtensions

Extension methods used so that a more smooth syntax can be used when coding and using Habanero.Smooth.
Mostrar archivo Open project: Chillisoft/habanero.smooth

Public Methods

Method Description
MapClasses ( this assembly ) : ClassDefCol

Maps All classes in the Given Assembly to a ClassDefCol

MapClasses ( this type, bool>.Func where ) : ClassDefCol

Maps all classes in the Assembly for the given type ClassDefCol

Method Details

MapClasses() public static method

Maps All classes in the Given Assembly to a ClassDefCol
public static MapClasses ( this assembly ) : ClassDefCol
assembly this
return ClassDefCol

MapClasses() public static method

Maps all classes in the Assembly for the given type ClassDefCol
public static MapClasses ( this type, bool>.Func where ) : ClassDefCol
type this
where bool>.Func a valid where clause used to limit the Classes being mapped
return ClassDefCol