C# Class Castle.Facilities.Db4oIntegration.ObjectContainerActivatorOverrider

Overrides the IObjectContainer component initialization.
Inheritance: IContributeComponentModelConstruction
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
ProcessModel ( IKernel kernel, ComponentModel model ) : void

Overrides the IComponentActivator, if the component is the IObjectContainer.

Method Details

ProcessModel() public method

Overrides the IComponentActivator, if the component is the IObjectContainer.
public ProcessModel ( IKernel kernel, ComponentModel model ) : void
kernel IKernel The kernel instance
model Castle.Core.ComponentModel The component model
return void