CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Test.ObjectFactory.ObjectFactoryLoader< T > Class Template Reference
Inheritance diagram for Csla.Test.ObjectFactory.ObjectFactoryLoader< T >:
Csla.Server.IObjectFactoryLoader Csla.Server.IObjectFactoryLoader

Public Member Functions

 ObjectFactoryLoader (ApplicationContext applicationContext)
 
 ObjectFactoryLoader (int mode)
 
Type GetFactoryType (string factoryName)
 Returns the type of the factory object. More...
 
object GetFactory (string factoryName)
 Returns an ObjectFactory object. More...
 
 ObjectFactoryLoader (ApplicationContext applicationContext)
 
Type GetFactoryType (string factoryName)
 Returns the type of the factory object. More...
 
object GetFactory (string factoryName)
 Returns an ObjectFactory object. More...
 

Detailed Description

Type Constraints
T :class 

Definition at line 15 of file ObjectFactoryLoaderT.cs.

Constructor & Destructor Documentation

◆ ObjectFactoryLoader() [1/3]

◆ ObjectFactoryLoader() [2/3]

◆ ObjectFactoryLoader() [3/3]

Member Function Documentation

◆ GetFactory() [1/2]

object Csla.Test.ObjectFactory.ObjectFactoryLoader< T >.GetFactory ( string  factoryName)

Returns an ObjectFactory object.

Parameters
factoryNameName of the factory to create, typically an assembly qualified type name.

Implements Csla.Server.IObjectFactoryLoader.

Definition at line 60 of file Csla.test/ObjectFactory/ObjectFactoryLoader.cs.

◆ GetFactory() [2/2]

object Csla.Test.ObjectFactory.ObjectFactoryLoader< T >.GetFactory ( string  factoryName)

Returns an ObjectFactory object.

Parameters
factoryNameName of the factory to create, typically an assembly qualified type name.

Implements Csla.Server.IObjectFactoryLoader.

Definition at line 33 of file ObjectFactoryLoaderT.cs.

◆ GetFactoryType() [1/2]

Type Csla.Test.ObjectFactory.ObjectFactoryLoader< T >.GetFactoryType ( string  factoryName)

Returns the type of the factory object.

Parameters
factoryNameName of the factory to create, typically an assembly qualified type name.

Implements Csla.Server.IObjectFactoryLoader.

Definition at line 30 of file Csla.test/ObjectFactory/ObjectFactoryLoader.cs.

◆ GetFactoryType() [2/2]

Type Csla.Test.ObjectFactory.ObjectFactoryLoader< T >.GetFactoryType ( string  factoryName)

Returns the type of the factory object.

Parameters
factoryNameName of the factory to create, typically an assembly qualified type name.

Implements Csla.Server.IObjectFactoryLoader.

Definition at line 23 of file ObjectFactoryLoaderT.cs.