Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference
AbstractAutoProxyCreator.PostProcessPropertyValues Method
Default behavior, return passed in PropertyValues
[Visual Basic]
Public NotOverridable Sub PostProcessPropertyValues( _
ByVal
pvs As
IPropertyValues , _
ByVal
pis As
PropertyInfo , _
ByVal
objectInstance As
Object , _
ByVal
objectName As
String _
) _
Parameters
pvs
The property values that the factory is about to apply (never null ).
pis
he relevant property infos for the target object (with ignored dependency types - which the factory handles specifically - already filtered out)
objectInstance
The object instance created, but whose properties have not yet been set.
objectName
Name of the object.
Return Value
The passed in PropertyValues
Implements
IInstantiationAwareObjectPostProcessor.PostProcessPropertyValues
See Also
AbstractAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace