C# 클래스 vlko.core.NH.DbInit

파일 보기 프로젝트 열기: vlko/vlko

공개 메소드들

메소드 설명
InitMappings ( NHibernate.Cfg.Configuration config ) : void

Initializes the mappings.

ListOfModelTypes ( ) : System.Type[]

Lists the of model types.

메소드 상세

InitMappings() 공개 정적인 메소드

Initializes the mappings.
public static InitMappings ( NHibernate.Cfg.Configuration config ) : void
config NHibernate.Cfg.Configuration The configuration.
리턴 void

ListOfModelTypes() 공개 정적인 메소드

Lists the of model types.
public static ListOfModelTypes ( ) : System.Type[]
리턴 System.Type[]