C# Class Ninject.Extensions.WeakEventMessageBroker.EventReflectionStrategy

A planning strategy that examines types via reflection to determine if there are any message publications or subscriptions defined.
Inheritance: Ninject.Components.NinjectComponent, IPlanningStrategy
ファイルを表示 Open project: ninject/Ninject.Extensions.WeakEventMessageBroker

Public Methods

Method Description
EventReflectionStrategy ( ISelector selector, IInjectorFactory injectorFactory ) : System.Collections.Generic

Execute ( IPlan plan ) : void

Contributes to the specified plan.

Method Details

EventReflectionStrategy() public method

public EventReflectionStrategy ( ISelector selector, IInjectorFactory injectorFactory ) : System.Collections.Generic
selector ISelector
injectorFactory IInjectorFactory
return System.Collections.Generic

Execute() public method

Contributes to the specified plan.
public Execute ( IPlan plan ) : void
plan IPlan The plan that is being generated.
return void