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.
IDataPortalProxy.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="IDataPortalProxy.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Interface implemented by client-side </summary>
7//-----------------------------------------------------------------------
8using System;
9
11{
16 public interface IDataPortalProxy : Server.IDataPortalServer
17 {
23 bool IsServerRemote { get; }
24 }
25}
Interface implemented by client-side data portal proxy objects.
bool IsServerRemote
Get a value indicating whether this proxy will invoke a remote data portal server,...