C# Класс Ninject.Planning.Directives.PropertyInjectionDirective

Describes the injection of a property.
Наследование: IDirective
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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