C# Class Informedica.GenForm.Services.DatabaseServices

Inheritance: IDatabaseServices
Mostra file Open project: halcwb/GenForm

Public Methods

Method Description
ConfigureSessionFactory ( ) : void
InitDatabase ( ) : void

Private Methods

Method Description
GetConnectionFromSessionState ( IConnectionCache cache ) : IDbConnection
InitializeDatabase ( ISessionStateCache stateCache ) : void
IsEmptyCache ( ISessionStateCache stateCache ) : bool
SetupConfiguration ( ISessionStateCache stateCache ) : void
SetupInMemoryDatabase ( ISessionStateCache stateCache, IDbConnection conn ) : void
UseSessionFactoryFromApplicationOrSessionCache ( ISessionStateCache stateCache ) : void

Method Details

ConfigureSessionFactory() public method

public ConfigureSessionFactory ( ) : void
return void

InitDatabase() public method

public InitDatabase ( ) : void
return void