C# 클래스 Informedica.GenForm.Services.DatabaseServices

상속: IDatabaseServices
파일 보기 프로젝트 열기: halcwb/GenForm

공개 메소드들

메소드 설명
ConfigureSessionFactory ( ) : void
InitDatabase ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ConfigureSessionFactory() 공개 메소드

public ConfigureSessionFactory ( ) : void
리턴 void

InitDatabase() 공개 메소드

public InitDatabase ( ) : void
리턴 void