CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Server.Hosts.Mobile.IMobileFactoryLoader Interface Reference

Defines an interface to be implemented by a factory object that returns MobileFactory objects based on the MobileFactory attributes used to decorate CSLA Light business objects. More...

Inheritance diagram for Csla.Server.Hosts.Mobile.IMobileFactoryLoader:
Csla.Server.Hosts.Mobile.MobileFactoryLoader

Public Member Functions

object GetFactory (string factoryName)
 Returns a MobileFactory object. More...
 

Detailed Description

Defines an interface to be implemented by a factory object that returns MobileFactory objects based on the MobileFactory attributes used to decorate CSLA Light business objects.

Definition at line 21 of file IMobileFactoryLoader.cs.

Member Function Documentation

◆ GetFactory()

object Csla.Server.Hosts.Mobile.IMobileFactoryLoader.GetFactory ( string  factoryName)

Returns a MobileFactory object.

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

Implemented in Csla.Server.Hosts.Mobile.MobileFactoryLoader.