C# Class MvcExtensions.Services.Impl.FluentNHibernate.Database

Inheritance: IUnitOfWorkFactory
Afficher le fichier Open project: ToJans/MVCExtensions Class Usage Examples

Protected Properties

Свойство Type Description
LocalSession ISession
SessionFactory ISessionFactory

Méthodes protégées

Méthode Description
Database ( IPersistenceConfigurer pcfg, IDomainDefinition mappings ) : System
IsConcreteBaseType ( Type t ) : bool

Method Details

Database() protected méthode

protected Database ( IPersistenceConfigurer pcfg, IDomainDefinition mappings ) : System
pcfg IPersistenceConfigurer
mappings IDomainDefinition
Résultat System

IsConcreteBaseType() protected méthode

protected IsConcreteBaseType ( Type t ) : bool
t System.Type
Résultat bool

Property Details

LocalSession protected_oe property

protected ISession LocalSession
Résultat ISession

SessionFactory protected_oe property

protected ISessionFactory SessionFactory
Résultat ISessionFactory