C# Class Castle.ActiveRecord.Config.SessionFactoryConfig

Afficher le fichier Open project: shosca/ActiveRecord Class Usage Examples

Méthodes publiques

Méthode Description
BuildConfiguration ( ) : NHibernate.Cfg.Configuration
CollectAllContributorsAndRegister ( NHibernate.Cfg.Configuration cfg ) : void
CollectMappingContributorsAndApply ( ModelMapper mapper ) : void
GetContributors ( ) : IEnumerable
SessionFactoryConfig ( IActiveRecordConfiguration source ) : System

Private Methods

Méthode Description
GetEventListenerContributor ( IEnumerable exportedtypes ) : INHContributor

Method Details

BuildConfiguration() public méthode

public BuildConfiguration ( ) : NHibernate.Cfg.Configuration
Résultat NHibernate.Cfg.Configuration

CollectAllContributorsAndRegister() public méthode

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

CollectMappingContributorsAndApply() public méthode

public CollectMappingContributorsAndApply ( ModelMapper mapper ) : void
mapper ModelMapper
Résultat void

GetContributors() public méthode

public GetContributors ( ) : IEnumerable
Résultat IEnumerable

SessionFactoryConfig() public méthode

public SessionFactoryConfig ( IActiveRecordConfiguration source ) : System
source IActiveRecordConfiguration
Résultat System