C# Class Castle.Facilities.TypedFactory.DelegateFactoryActivator

Inheritance: Castle.MicroKernel.ComponentActivator.AbstractComponentActivator, IDependencyAwareActivator
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
CanProvideRequiredDependencies ( ComponentModel component ) : bool
DelegateFactoryActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core
IsManagedExternally ( ComponentModel component ) : bool

Méthodes protégées

Méthode Description
InternalCreate ( CreationContext context ) : object
InternalDestroy ( object instance ) : void

Method Details

CanProvideRequiredDependencies() public méthode

public CanProvideRequiredDependencies ( ComponentModel component ) : bool
component Castle.Core.ComponentModel
Résultat bool

DelegateFactoryActivator() public méthode

public DelegateFactoryActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core
model Castle.Core.ComponentModel
kernel IKernelInternal
onCreation ComponentInstanceDelegate
onDestruction ComponentInstanceDelegate
Résultat Castle.Core

InternalCreate() protected méthode

protected InternalCreate ( CreationContext context ) : object
context CreationContext
Résultat object

InternalDestroy() protected méthode

protected InternalDestroy ( object instance ) : void
instance object
Résultat void

IsManagedExternally() public méthode

public IsManagedExternally ( ComponentModel component ) : bool
component Castle.Core.ComponentModel
Résultat bool