C# Класс Castle.Windsor.Adapters.ComponentModel.ServiceCreatorCallbackActivator

Custom activator to create the instance on demand.
Наследование: Castle.MicroKernel.ComponentActivator.AbstractComponentActivator
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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