![]() |
CSLA .NET 10.0.0
A home for your business logic
|
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. | |
| object | GetFactory (string factoryName) |
| Returns an ObjectFactory object. | |
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.
| object Csla.Server.IObjectFactoryLoader.GetFactory | ( | string | factoryName | ) |
Returns an ObjectFactory object.
| factoryName | Name of the factory to create, typically an assembly qualified type name. |
| ArgumentException | factoryName is null, string.Empty or only consists of white spaces. |
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. |
| ArgumentException | factoryName is null, string.Empty or only consists of white spaces. |
Implemented in Csla.Server.ObjectFactoryLoader.