10using Microsoft.Extensions.DependencyInjection;
31 return Type.GetType(factoryName);
52 throw new InvalidOperationException(
54 return Reflection.MethodCaller.CreateInstance(ft);
A strongly-typed resource class, for looking up localized strings, etc.
static string FactoryTypeNotFoundException
Looks up a localized string similar to Factory type or assembly could not be loaded ({0}).
Class containing the default implementation for the FactoryLoader delegate used by the data portal ho...
object GetFactory(string factoryName)
Creates an instance of an object factory object for use by the data portal.
Type GetFactoryType(string factoryName)
Gets the type of the object factory.
Defines an interface to be implemented by a factory loader object that returns ObjectFactory objects ...