C# 클래스 Castle.Windsor.Adapters.ComponentModel.ServiceCreatorCallbackActivator

Custom activator to create the instance on demand.
상속: Castle.MicroKernel.ComponentActivator.AbstractComponentActivator
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 프로퍼티들

프로퍼티 타입 설명
ServiceContainerKey String
ServiceCreatorCallbackKey String

공개 메소드들

메소드 설명
ServiceCreatorCallbackActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System

보호된 메소드들

메소드 설명
InternalCreate ( CreationContext context ) : object
InternalDestroy ( object instance ) : void

메소드 상세

InternalCreate() 보호된 메소드

protected InternalCreate ( CreationContext context ) : object
context Castle.MicroKernel.CreationContext
리턴 object

InternalDestroy() 보호된 메소드

protected InternalDestroy ( object instance ) : void
instance object
리턴 void

ServiceCreatorCallbackActivator() 공개 메소드

public ServiceCreatorCallbackActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System
model Castle.Core.ComponentModel
kernel IKernel
onCreation ComponentInstanceDelegate
onDestruction ComponentInstanceDelegate
리턴 System

프로퍼티 상세

ServiceContainerKey 공개적으로 정적으로 프로퍼티

public static String ServiceContainerKey
리턴 String

ServiceCreatorCallbackKey 공개적으로 정적으로 프로퍼티

public static String ServiceCreatorCallbackKey
리턴 String