C# 클래스 Moo.Initialization.MappingInitializerExtender

Adds easy mapping initialization for repositores.
파일 보기 프로젝트 열기: dclucas/MOO

공개 메소드들

메소드 설명
InitializeMappings ( this mappingRepo, IEnumerable assemblies ) : void

An IMappingRepository extension method that initializes the mappings.

InitializeMappings ( this mappingRepo, IEnumerable initializers ) : void

An IMappingRepository extension method that initializes the mappings.

메소드 상세

InitializeMappings() 공개 정적인 메소드

An IMappingRepository extension method that initializes the mappings.
/// The parameter is null. ///
public static InitializeMappings ( this mappingRepo, IEnumerable assemblies ) : void
mappingRepo this The mappingRepo to act on.
assemblies IEnumerable The initializers.
리턴 void

InitializeMappings() 공개 정적인 메소드

An IMappingRepository extension method that initializes the mappings.
/// The parameter is null. ///
public static InitializeMappings ( this mappingRepo, IEnumerable initializers ) : void
mappingRepo this The mappingRepo to act on.
initializers IEnumerable The initializers.
리턴 void