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.DataPortalProxyDescriptor Class Reference

Describes the data portal proxy for use by a specific business object type. More...

Properties

string ProxyTypeName [getset]
 Assembly qualified type name of the proxy More...
 
string DataPortalUrl [getset]
 Server endpoint URL to be called by the proxy More...
 

Detailed Description

Describes the data portal proxy for use by a specific business object type.

Definition at line 11 of file DataPortalProxyDescriptor.cs.

Property Documentation

◆ DataPortalUrl

string Csla.DataPortalClient.DataPortalProxyDescriptor.DataPortalUrl
getset

Server endpoint URL to be called by the proxy

Definition at line 20 of file DataPortalProxyDescriptor.cs.

◆ ProxyTypeName

string Csla.DataPortalClient.DataPortalProxyDescriptor.ProxyTypeName
getset

Assembly qualified type name of the proxy

Definition at line 16 of file DataPortalProxyDescriptor.cs.