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.DataPortalClient.IDataPortalProxyFactory Interface Reference

More...

Inheritance diagram for Csla.DataPortalClient.IDataPortalProxyFactory:
Csla.DataPortalClient.DataPortalProxyFactory

Public Member Functions

DataPortalClient.IDataPortalProxy Create (Type objectType)
 Creates the DataPortalProxy to use for DataPortal call on the objectType. More...
 
void ResetProxyType ()
 Resets the data portal proxy type, so the next data portal call will reload the proxy type based on current configuration values. More...
 

Detailed Description

Definition at line 18 of file IDataPortalProxyFactory.cs.

Member Function Documentation

◆ Create()

DataPortalClient.IDataPortalProxy Csla.DataPortalClient.IDataPortalProxyFactory.Create ( Type  objectType)

Creates the DataPortalProxy to use for DataPortal call on the objectType.

Implemented in Csla.DataPortalClient.DataPortalProxyFactory.

◆ ResetProxyType()

void Csla.DataPortalClient.IDataPortalProxyFactory.ResetProxyType ( )

Resets the data portal proxy type, so the next data portal call will reload the proxy type based on current configuration values.

Implemented in Csla.DataPortalClient.DataPortalProxyFactory.