C# Класс vlko.core.NH.DbInit

Показать файл Открыть проект

Открытые методы

Метод Описание
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[]