C# 클래스 Framework.Facilities.NHibernate.Castle.StandardFluentMapper

Uses fluent mappings from specified assembly.
상속: INHibernateMapper
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
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