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.MobileFactoryLoader Class Reference

Class containing the default implementation for the FactoryLoader delegate used by the data portal host. More...

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

Public Member Functions

object GetFactory (string factoryName)
 Creates an instance of a mobile factory object for use by the data portal. More...
 

Detailed Description

Class containing the default implementation for the FactoryLoader delegate used by the data portal host.

Definition at line 21 of file MobileFactoryLoader.cs.

Member Function Documentation

◆ GetFactory()

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

Creates an instance of a mobile factory object for use by the data portal.

Parameters
factoryNameType assembly qualified type name for the mobile factory class as provided from the MobileFactory attribute on the business object.
Returns
An instance of the type specified by the type name parameter.

Implements Csla.Server.Hosts.Mobile.IMobileFactoryLoader.

Definition at line 37 of file MobileFactoryLoader.cs.