C# Class IdleLandsRedux.DataAccess.Bootstrapper

Inheritance: IDisposable
Afficher le fichier Open project: IdleLands/IdleLandsRedux Class Usage Examples

Private Properties

Свойство Type Description
CreateSessionFactory ISessionFactory
LogAutoMigration void
TreatConfiguration void

Méthodes publiques

Méthode Description
Bootstrapper ( log4net.ILog _log ) : System
CreateSession ( ) : ISession
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CreateSessionFactory ( ) : ISessionFactory
LogAutoMigration ( string sql ) : void
TreatConfiguration ( NHibernate configuration ) : void

Method Details

Bootstrapper() public méthode

public Bootstrapper ( log4net.ILog _log ) : System
_log log4net.ILog
Résultat System

CreateSession() public static méthode

public static CreateSession ( ) : ISession
Résultat ISession

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void