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 Namespace Reference

Classes

class  BrokeredProxy
 Implements a data portal proxy to relay data portal calls to an application server hosted locally in the client process and AppDomain. More...
 
class  DataPortalProxy
 Implements a data portal proxy to relay data portal calls to a remote application server. More...
 
class  DataPortalProxyDescriptor
 Describes the data portal proxy for use by a specific business object type. More...
 
class  DataPortalProxyFactory
 Default data portal proxy factory that creates the IDataPortalProxy instance to use for the DataPortal server call. More...
 
class  HttpCompressionProxy
 Implements a data portal proxy to relay data portal calls to a remote application server by using http. More...
 
class  HttpProxy
 Implements a data portal proxy to relay data portal calls to a remote application server by using http. More...
 
interface  IDataPortalProxy
 Interface implemented by client-side data portal proxy objects. More...
 
interface  IDataPortalProxyFactory
 
interface  IWcfPortal
 
class  LocalProxy
 Implements a data portal proxy to relay data portal calls to an application server hosted locally in the client process and AppDomain. More...
 
class  PrimitiveCriteria
 Class used as a wrapper for criteria based requests that use primitives More...
 
class  WcfProxy
 Implements a data portal proxy to relay data portal calls to a remote application server by using WCF. More...