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.
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
12 {
16 public string ProxyTypeName { get; set; }
20 public string DataPortalUrl { get; set; }
21 }
22}
Describes the data portal proxy for use by a specific business object type.
string DataPortalUrl
Server endpoint URL to be called by the proxy
string ProxyTypeName
Assembly qualified type name of the proxy