C# 클래스 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.
상속: Ninject.Components.NinjectComponent, IPlanningStrategy
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.MessageBroker

공개 메소드들

메소드 설명
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.

메소드 상세

EventReflectionStrategy() 공개 메소드

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.
리턴 System.Collections.Generic

Execute() 공개 메소드

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