C# Class FluentNHibernate.PersistenceModel

Afficher le fichier Open project: HudsonAkridge/fluent-nhibernate Class Usage Examples

Protected Properties

Свойство Type Description
mappings IList

Méthodes publiques

Méthode Description
Add ( IMappingProvider provider ) : void
Add ( Type type ) : void
AddConvention ( IMappingModelVisitor visitor ) : void
AddMappingsFromAssembly ( Assembly assembly ) : void
ApplyConventions ( ) : void
ApplyVisitors ( HibernateMapping mapping ) : void
BuildMappings ( ) : IEnumerable
Configure ( NHibernate.Cfg.Configuration cfg ) : void
PersistenceModel ( ) : System
PersistenceModel ( IConventionFinder conventionFinder ) : System
PersistenceModel ( IEnumerable providers, IList visitors ) : System
WriteMappingsTo ( string folder ) : void

Méthodes protégées

Méthode Description
AddMappingsFromThisAssembly ( ) : void

Private Methods

Méthode Description
AddDefaultConventions ( ) : void
AddDiscoveryConventions ( ) : void
EnsureMappingsBuilt ( ) : void
FindTheCallingAssembly ( ) : Assembly

Method Details

Add() public méthode

public Add ( IMappingProvider provider ) : void
provider IMappingProvider
Résultat void

Add() public méthode

public Add ( Type type ) : void
type System.Type
Résultat void

AddConvention() public méthode

public AddConvention ( IMappingModelVisitor visitor ) : void
visitor IMappingModelVisitor
Résultat void

AddMappingsFromAssembly() public méthode

public AddMappingsFromAssembly ( Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void

AddMappingsFromThisAssembly() protected méthode

protected AddMappingsFromThisAssembly ( ) : void
Résultat void

ApplyConventions() public méthode

public ApplyConventions ( ) : void
Résultat void

ApplyVisitors() public méthode

public ApplyVisitors ( HibernateMapping mapping ) : void
mapping FluentNHibernate.MappingModel.HibernateMapping
Résultat void

BuildMappings() public méthode

public BuildMappings ( ) : IEnumerable
Résultat IEnumerable

Configure() public méthode

public Configure ( NHibernate.Cfg.Configuration cfg ) : void
cfg NHibernate.Cfg.Configuration
Résultat void

PersistenceModel() public méthode

public PersistenceModel ( ) : System
Résultat System

PersistenceModel() public méthode

public PersistenceModel ( IConventionFinder conventionFinder ) : System
conventionFinder IConventionFinder
Résultat System

PersistenceModel() public méthode

public PersistenceModel ( IEnumerable providers, IList visitors ) : System
providers IEnumerable
visitors IList
Résultat System

WriteMappingsTo() public méthode

public WriteMappingsTo ( string folder ) : void
folder string
Résultat void

Property Details

mappings protected_oe property

protected IList mappings
Résultat IList