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... | |
Definition at line 18 of file IDataPortalProxyFactory.cs.
| DataPortalClient.IDataPortalProxy Csla.DataPortalClient.IDataPortalProxyFactory.Create | ( | Type | objectType | ) |
Creates the DataPortalProxy to use for DataPortal call on the objectType.
Implemented in Csla.DataPortalClient.DataPortalProxyFactory.
| 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.