CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Server.IObjectFactoryLoader Interface Reference

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...

Inheritance diagram for Csla.Server.IObjectFactoryLoader:
Csla.Server.ObjectFactoryLoader

Public Member Functions

Type GetFactoryType (string factoryName)
 Returns the type of the factory object.
object GetFactory (string factoryName)
 Returns an ObjectFactory object.

Detailed Description

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.

Member Function Documentation

◆ GetFactory()

object Csla.Server.IObjectFactoryLoader.GetFactory ( string factoryName)

Returns an ObjectFactory object.

Parameters
factoryNameName of the factory to create, typically an assembly qualified type name.
Exceptions
ArgumentExceptionfactoryName is null, string.Empty or only consists of white spaces.

Implemented in Csla.Server.ObjectFactoryLoader.

◆ GetFactoryType()

Type Csla.Server.IObjectFactoryLoader.GetFactoryType ( string factoryName)

Returns the type of the factory object.

Parameters
factoryNameName of the factory to create, typically an assembly qualified type name.
Exceptions
ArgumentExceptionfactoryName is null, string.Empty or only consists of white spaces.

Implemented in Csla.Server.ObjectFactoryLoader.


The documentation for this interface was generated from the following file: