C# Class Ninject.Planning.Directives.PropertyInjectionDirective

Describes the injection of a property.
Inheritance: IDirective
Afficher le fichier Open project: ninject/Ninject Class Usage Examples

Méthodes publiques

Méthode Description
PropertyInjectionDirective ( PropertyInfo member, PropertyInjector injector ) : System.Reflection

Initializes a new instance of the PropertyInjectionDirective class.

Méthodes protégées

Méthode Description
CreateTarget ( PropertyInfo propertyInfo ) : ITarget

Creates a target for the property.

Method Details

CreateTarget() protected méthode

Creates a target for the property.
protected CreateTarget ( PropertyInfo propertyInfo ) : ITarget
propertyInfo System.Reflection.PropertyInfo The property.
Résultat ITarget

PropertyInjectionDirective() public méthode

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.
Résultat System.Reflection