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.IDataPortalFactory Interface Reference

Defines a data portal service used to get an access to a client-side data portal instance. More...

Public Member Functions

IDataPortal< T > GetPortal< T > ()
 Get a client-side data portal instance. More...
 

Detailed Description

Defines a data portal service used to get an access to a client-side data portal instance.

Definition at line 19 of file IDataPortalFactory.cs.

Member Function Documentation

◆ GetPortal< T >()

IDataPortal< T > Csla.IDataPortalFactory.GetPortal< T > ( )

Get a client-side data portal instance.

Template Parameters
TRoot business object type