Defines an interface to be implemented by a factory loader object that returns ObjectFactory objects based on the ObjectFactory attributes used to decorate CSLA .NET business objects. More...
Public Member Functions | |
| Type | GetFactoryType (string factoryName) |
| Returns the type of the factory object. More... | |
| object | GetFactory (string factoryName) |
| Returns an ObjectFactory object. More... | |
Defines an interface to be implemented by a factory loader object that returns ObjectFactory objects based on the ObjectFactory attributes used to decorate CSLA .NET business objects.
Definition at line 21 of file IObjectFactoryLoader.cs.
| object Csla.Server.IObjectFactoryLoader.GetFactory | ( | string | factoryName | ) |
Returns an ObjectFactory object.
| factoryName | Name of the factory to create, typically an assembly qualified type name. |
Implemented in Csla.Server.ObjectFactoryLoader.
| Type Csla.Server.IObjectFactoryLoader.GetFactoryType | ( | string | factoryName | ) |
Returns the type of the factory object.
| factoryName | Name of the factory to create, typically an assembly qualified type name. |
Implemented in Csla.Server.ObjectFactoryLoader.