Свойство | Тип | Описание | |
---|---|---|---|
Apply | void | ||
AutoMappingsContainer | System |
Метод | Описание | |
---|---|---|
Add ( AutoPersistenceModel model ) : |
Add automatic mappings
|
|
Add ( Func |
Add automatic mappings
|
|
ExportTo ( string path ) : |
Sets the export location for generated mappings
|
Метод | Описание | |
---|---|---|
Apply ( NHibernate.Cfg.Configuration cfg ) : void |
Applies any added mappings to the NHibernate Configuration
|
|
AutoMappingsContainer ( ) : System |
public Add ( AutoPersistenceModel model ) : |
||
model | AutoPersistenceModel | Auto mapping setup |
Результат |
public Add ( Func |
||
model | Func |
Lambda returning an auto mapping setup |
Результат |
public ExportTo ( string path ) : |
||
path | string | Path to folder for mappings |
Результат |