From 116c75a9ffb00e7260a9d012be1f8ac6527df061 Mon Sep 17 00:00:00 2001 From: sbohlen Date: Tue, 31 Aug 2010 16:31:57 +0000 Subject: [PATCH] SPRNET-1361 Method mentioned in the documentation was long-since deprecated and had been removed from the Interface. Docs updated to remove reference to the no-longer-existent method signature. --- doc/reference/src/objects.xml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/doc/reference/src/objects.xml b/doc/reference/src/objects.xml index ed0ad09a..36ee5894 100644 --- a/doc/reference/src/objects.xml +++ b/doc/reference/src/objects.xml @@ -4218,22 +4218,14 @@ Console.WriteLine (three == four); // prints 'false' IObjectDefinition. - - void ConfigureObject(object target): - Injects dependencies into the supplied target instance. The name of - the abstract object definition is the - System.Type.FullName of the target instance. This - method is typically used when objects are instantiated outside the - control of a developer, for example when ASP.NET instantiates web - controls and when a WinForms application creates - UserControls. - - void ConfigureObject(object target, string - name): Offers the same functionality as the previously - listed Configure method but uses a named object definition instead - of using the type's full name. + name): Injects dependencies into the supplied target + instance assigning the supplied name to the abstract object + definition. This method is typically used when objects are + instantiated outside the control of a developer, for example when + ASP.NET instantiates web controls and when a WinForms application + creates UserControls. @@ -5042,7 +5034,7 @@ cfg.PostProcessObjectFactory(factory); The use of the IgnoreMissingResources property above will mean that if the property file is not found it will be silently ignored and the resolution will continue to - ConfigSectionVariableSource. + ConfigSectionVariableSource. The IVariableSource interface is shown below public interface IVariableSource