C# Class Spring.Objects.Factory.Attributes.InjectionMetadata.InjectedElement

Represents an element that needs to be injected
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
Inject ( object target, string requestingObjectName, IPropertyValues pvs ) : void

Ececuted to inject value to associated memeber info

Méthodes protégées

Méthode Description
InjectedElement ( MemberInfo member ) : System

Instantiates a new inject element

Method Details

Inject() public abstract méthode

Ececuted to inject value to associated memeber info
public abstract Inject ( object target, string requestingObjectName, IPropertyValues pvs ) : void
target object
requestingObjectName string
pvs IPropertyValues
Résultat void

InjectedElement() protected méthode

Instantiates a new inject element
protected InjectedElement ( MemberInfo member ) : System
member System.Reflection.MemberInfo
Résultat System