C# Класс Framework.Facilities.NHibernate.Castle.StandardFluentMapper

Uses fluent mappings from specified assembly.
Наследование: INHibernateMapper
Показать файл Открыть проект

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

Метод Описание
Map ( MappingConfiguration mapping, DatabaseConfiguration databaseConfiguration ) : void

Adds mappings to session configuration.

StandardFluentMapper ( Assembly assembly ) : System.Collections.Generic

Initializes a new instance of the StandardFluentMapper class.

Описание методов

Map() публичный Метод

Adds mappings to session configuration.
public Map ( MappingConfiguration mapping, DatabaseConfiguration databaseConfiguration ) : void
mapping FluentNHibernate.Cfg.MappingConfiguration The mapping configuration.
databaseConfiguration Framework.Core.Configuration.DatabaseConfiguration The database configuration.
Результат void

StandardFluentMapper() публичный Метод

Initializes a new instance of the StandardFluentMapper class.
public StandardFluentMapper ( Assembly assembly ) : System.Collections.Generic
assembly System.Reflection.Assembly The assembly.
Результат System.Collections.Generic