C# Класс Habanero.Smooth.AllClassesAutoMapperExtensions

Extension methods used so that a more smooth syntax can be used when coding and using Habanero.Smooth.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

MapClasses() публичный статический Метод

Maps All classes in the Given Assembly to a ClassDefCol
public static MapClasses ( this assembly ) : ClassDefCol
assembly this
Результат ClassDefCol

MapClasses() публичный статический Метод

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
Результат ClassDefCol