C# Класс Ninject.Extensions.WeakEventMessageBroker.EventReflectionStrategy

A planning strategy that examines types via reflection to determine if there are any message publications or subscriptions defined.
Наследование: Ninject.Components.NinjectComponent, IPlanningStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
EventReflectionStrategy ( ISelector selector, IInjectorFactory injectorFactory ) : System.Collections.Generic

Execute ( IPlan plan ) : void

Contributes to the specified plan.

Описание методов

EventReflectionStrategy() публичный Метод

public EventReflectionStrategy ( ISelector selector, IInjectorFactory injectorFactory ) : System.Collections.Generic
selector ISelector
injectorFactory IInjectorFactory
Результат System.Collections.Generic

Execute() публичный Метод

Contributes to the specified plan.
public Execute ( IPlan plan ) : void
plan IPlan The plan that is being generated.
Результат void