C# Class vlko.core.NH.DbInit

Mostra file Open project: vlko/vlko

Public Methods

Method Description
InitMappings ( NHibernate.Cfg.Configuration config ) : void

Initializes the mappings.

ListOfModelTypes ( ) : System.Type[]

Lists the of model types.

Method Details

InitMappings() public static method

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

ListOfModelTypes() public static method

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