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.
DataPortalProxyDescriptor.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Csla.DataPortalClient
6
{
11
public
class
DataPortalProxyDescriptor
12
{
16
public
string
ProxyTypeName
{
get
;
set
; }
20
public
string
DataPortalUrl
{
get
;
set
; }
21
}
22
}
Csla.DataPortalClient.DataPortalProxyDescriptor
Describes the data portal proxy for use by a specific business object type.
Definition:
DataPortalProxyDescriptor.cs:12
Csla.DataPortalClient.DataPortalProxyDescriptor.DataPortalUrl
string DataPortalUrl
Server endpoint URL to be called by the proxy
Definition:
DataPortalProxyDescriptor.cs:20
Csla.DataPortalClient.DataPortalProxyDescriptor.ProxyTypeName
string ProxyTypeName
Assembly qualified type name of the proxy
Definition:
DataPortalProxyDescriptor.cs:16
Csla.DataPortalClient
Definition:
BrokeredProxy.cs:19
Generated by
1.9.2