C# Класс Castle.Facilities.Db4oIntegration.Db4oFacility

Enable components to take advantage of the capabilities offered by the db4objects project.
Наследование: Castle.MicroKernel.Facilities.AbstractFacility
Показать файл Открыть проект

Открытые методы

Метод Описание
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