C# 클래스 IdleLandsRedux.DataAccess.Bootstrapper

상속: IDisposable
파일 보기 프로젝트 열기: IdleLands/IdleLandsRedux 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateSessionFactory ISessionFactory
LogAutoMigration void
TreatConfiguration void

공개 메소드들

메소드 설명
Bootstrapper ( log4net.ILog _log ) : System
CreateSession ( ) : ISession
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CreateSessionFactory ( ) : ISessionFactory
LogAutoMigration ( string sql ) : void
TreatConfiguration ( NHibernate configuration ) : void

메소드 상세

Bootstrapper() 공개 메소드

public Bootstrapper ( log4net.ILog _log ) : System
_log log4net.ILog
리턴 System

CreateSession() 공개 정적인 메소드

public static CreateSession ( ) : ISession
리턴 ISession

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void