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.
IDataPortalProxyFactory.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="IDataPortalProxyFactory.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Creates the DataPortalProxy to use for DataPortal call on the objectType.</summary>
7//-----------------------------------------------------------------------
8using System;
9using System.Collections.Generic;
10using System.Linq;
11using System.Text;
12
14{
18 public interface IDataPortalProxyFactory
19 {
23 DataPortalClient.IDataPortalProxy Create(Type objectType);
24
31 }
32}
DataPortalClient.IDataPortalProxy Create(Type objectType)
Creates the DataPortalProxy to use for DataPortal call on the objectType.
void ResetProxyType()
Resets the data portal proxy type, so the next data portal call will reload the proxy type based on c...