C# 클래스 FluentNHibernate.Cfg.AutoMappingsContainer

Container for automatic mappings
파일 보기 프로젝트 열기: HudsonAkridge/fluent-nhibernate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Apply void
AutoMappingsContainer System

공개 메소드들

메소드 설명
Add ( AutoPersistenceModel model ) : AutoMappingsContainer

Add automatic mappings

Add ( Func model ) : AutoMappingsContainer

Add automatic mappings

ExportTo ( string path ) : AutoMappingsContainer

Sets the export location for generated mappings

비공개 메소드들

메소드 설명
Apply ( NHibernate.Cfg.Configuration cfg ) : void

Applies any added mappings to the NHibernate Configuration

AutoMappingsContainer ( ) : System

메소드 상세

Add() 공개 메소드

Add automatic mappings
public Add ( AutoPersistenceModel model ) : AutoMappingsContainer
model AutoPersistenceModel Auto mapping setup
리턴 AutoMappingsContainer

Add() 공개 메소드

Add automatic mappings
public Add ( Func model ) : AutoMappingsContainer
model Func Lambda returning an auto mapping setup
리턴 AutoMappingsContainer

ExportTo() 공개 메소드

Sets the export location for generated mappings
public ExportTo ( string path ) : AutoMappingsContainer
path string Path to folder for mappings
리턴 AutoMappingsContainer