C# Class Castle.Facilities.Db4oIntegration.ObjectContainerComponentActivator

Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
ObjectContainerComponentActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System

Méthodes protégées

Méthode Description
Instantiate ( CreationContext context ) : object
OpenClient ( ) : IObjectContainer
OpenLocal ( ) : IObjectContainer
SetupDb4o ( ) : void
SetupTranslators ( ) : void

Method Details

Instantiate() protected méthode

protected Instantiate ( CreationContext context ) : object
context Castle.MicroKernel.CreationContext
Résultat object

ObjectContainerComponentActivator() public méthode

public ObjectContainerComponentActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System
model Castle.Core.ComponentModel
kernel IKernel
onCreation ComponentInstanceDelegate
onDestruction ComponentInstanceDelegate
Résultat System

OpenClient() protected méthode

protected OpenClient ( ) : IObjectContainer
Résultat IObjectContainer

OpenLocal() protected méthode

protected OpenLocal ( ) : IObjectContainer
Résultat IObjectContainer

SetupDb4o() protected méthode

protected SetupDb4o ( ) : void
Résultat void

SetupTranslators() protected méthode

protected SetupTranslators ( ) : void
Résultat void