C# Class Castle.Facilities.Db4oIntegration.Db4oFacility

Enable components to take advantage of the capabilities offered by the db4objects project.
Inheritance: Castle.MicroKernel.Facilities.AbstractFacility
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Dispose ( ) : void

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

It can be overriden.

Méthodes protégées

Méthode Description
Init ( ) : void

Private Methods

Méthode Description
ConfigureAndAddDb4oContainer ( ) : void
Kernel_ComponentCreated ( ComponentModel model, object instance ) : void
OnNewTransaction ( ITransaction transaction, TransactionMode transactionMode, IsolationMode isolationMode, bool distributedTransaction ) : void
SetUpTransactionManager ( ) : void

Method Details

Dispose() public méthode

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

Init() protected méthode

protected Init ( ) : void
Résultat void