C# Class CastleTests.Components.MyCustomerActivator

Summary description for MyCustomerActivator.
Inheritance: Castle.MicroKernel.ComponentActivator.AbstractComponentActivator
Mostra file Open project: castleproject/Windsor

Public Methods

Method Description
MyCustomerActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core

Protected Methods

Method Description
InternalCreate ( CreationContext context ) : object
InternalDestroy ( object instance ) : void

Method Details

InternalCreate() protected method

protected InternalCreate ( CreationContext context ) : object
context CreationContext
return object

InternalDestroy() protected method

protected InternalDestroy ( object instance ) : void
instance object
return void

MyCustomerActivator() public method

public MyCustomerActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core
model Castle.Core.ComponentModel
kernel IKernelInternal
onCreation ComponentInstanceDelegate
onDestruction ComponentInstanceDelegate
return Castle.Core