C# 클래스 Castle.Facilities.Db4oIntegration.ObjectContainerActivatorOverrider

Overrides the IObjectContainer component initialization.
상속: IContributeComponentModelConstruction
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ProcessModel ( IKernel kernel, ComponentModel model ) : void

Overrides the IComponentActivator, if the component is the IObjectContainer.

메소드 상세

ProcessModel() 공개 메소드

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
리턴 void