C# Class Castle.Windsor.Adapters.ComponentModel.ServiceCreatorCallbackActivator

Custom activator to create the instance on demand.
Inheritance: Castle.MicroKernel.ComponentActivator.AbstractComponentActivator
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Свойство Type Description
ServiceContainerKey String
ServiceCreatorCallbackKey String

Méthodes publiques

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

Méthodes protégées

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

Method Details

InternalCreate() protected méthode

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

InternalDestroy() protected méthode

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

ServiceCreatorCallbackActivator() public méthode

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

Property Details

ServiceContainerKey public_oe static_oe property

public static String ServiceContainerKey
Résultat String

ServiceCreatorCallbackKey public_oe static_oe property

public static String ServiceCreatorCallbackKey
Résultat String