C# 클래스 Habanero.Smooth.AllClassesAutoMapperExtensions

Extension methods used so that a more smooth syntax can be used when coding and using Habanero.Smooth.
파일 보기 프로젝트 열기: Chillisoft/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