C# 클래스 Castle.Facilities.Db4oIntegration.Db4oFacility

Enable components to take advantage of the capabilities offered by the db4objects project.
상속: Castle.MicroKernel.Facilities.AbstractFacility
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs the tasks associated with freeing, releasing, or resetting the facility resources.

It can be overriden.

보호된 메소드들

메소드 설명
Init ( ) : void

비공개 메소드들

메소드 설명
ConfigureAndAddDb4oContainer ( ) : void
Kernel_ComponentCreated ( ComponentModel model, object instance ) : void
OnNewTransaction ( ITransaction transaction, TransactionMode transactionMode, IsolationMode isolationMode, bool distributedTransaction ) : void
SetUpTransactionManager ( ) : void

메소드 상세

Dispose() 공개 메소드

Performs the tasks associated with freeing, releasing, or resetting the facility resources.
It can be overriden.
public Dispose ( ) : void
리턴 void

Init() 보호된 메소드

protected Init ( ) : void
리턴 void