9using System.Collections.Generic;
39 var ft = Type.GetType(factoryName);
41 throw new InvalidOperationException(
43 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 a mobile factory object for use by the data portal.
Defines an interface to be implemented by a factory object that returns MobileFactory objects based o...