C# 클래스 Ninject.Planning.Directives.PropertyInjectionDirective

Describes the injection of a property.
상속: IDirective
파일 보기 프로젝트 열기: ninject/Ninject 1 사용 예제들

공개 메소드들

메소드 설명
PropertyInjectionDirective ( PropertyInfo member, PropertyInjector injector ) : System.Reflection

Initializes a new instance of the PropertyInjectionDirective class.

보호된 메소드들

메소드 설명
CreateTarget ( PropertyInfo propertyInfo ) : ITarget

Creates a target for the property.

메소드 상세

CreateTarget() 보호된 메소드

Creates a target for the property.
protected CreateTarget ( PropertyInfo propertyInfo ) : ITarget
propertyInfo System.Reflection.PropertyInfo The property.
리턴 ITarget

PropertyInjectionDirective() 공개 메소드

Initializes a new instance of the PropertyInjectionDirective class.
public PropertyInjectionDirective ( PropertyInfo member, PropertyInjector injector ) : System.Reflection
member System.Reflection.PropertyInfo The member the directive describes.
injector PropertyInjector The injector that will be triggered.
리턴 System.Reflection