C# Class IdleLandsRedux.DataAccess.Bootstrapper

Inheritance: IDisposable
Show file Open project: IdleLands/IdleLandsRedux Class Usage Examples

Private Properties

Property Type Description
CreateSessionFactory ISessionFactory
LogAutoMigration void
TreatConfiguration void

Public Methods

Method Description
Bootstrapper ( log4net.ILog _log ) : System
CreateSession ( ) : ISession
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateSessionFactory ( ) : ISessionFactory
LogAutoMigration ( string sql ) : void
TreatConfiguration ( NHibernate configuration ) : void

Method Details

Bootstrapper() public method

public Bootstrapper ( log4net.ILog _log ) : System
_log log4net.ILog
return System

CreateSession() public static method

public static CreateSession ( ) : ISession
return ISession

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void