C# 클래스 Habanero.Smooth.ClassAutoMapperExtensions

Extension method so that the code for automappin an individual class can b more fluent.
파일 보기 프로젝트 열기: Chillisoft/habanero.smooth

공개 메소드들

메소드 설명
MapClass ( this type ) : IClassDef

Maps the Class of type to a ClassDef. Note_ this will not create the reverse relationships on the Related Class if they are required. If you require reverse relationships to be set up then please use the AllClassesAutoMapper

MustBeMapped ( this typeWrapper ) : bool

Must the Class wrapped by the typeWrapper be mapped.

메소드 상세

MapClass() 공개 정적인 메소드

Maps the Class of type to a ClassDef. Note_ this will not create the reverse relationships on the Related Class if they are required. If you require reverse relationships to be set up then please use the AllClassesAutoMapper
public static MapClass ( this type ) : IClassDef
type this
리턴 IClassDef

MustBeMapped() 공개 정적인 메소드

Must the Class wrapped by the typeWrapper be mapped.
public static MustBeMapped ( this typeWrapper ) : bool
typeWrapper this
리턴 bool