C# Class Ninject.Extensions.MessageBroker.Planning.Strategies.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
Mostrar archivo Open project: ninject/Ninject.Extensions.MessageBroker

Public Methods

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

Initializes a new instance of the EventReflectionStrategy class.

Execute ( IPlan plan ) : void

Contributes to the specified plan.

Method Details

EventReflectionStrategy() public method

Initializes a new instance of the EventReflectionStrategy class.
public EventReflectionStrategy ( ISelector selector, IInjectorFactory injectorFactory ) : System.Collections.Generic
selector ISelector The selector.
injectorFactory IInjectorFactory The injector factory.
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