CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.IChildDataPortalFactory Interface Reference

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

Inheritance diagram for Csla.IChildDataPortalFactory:
Csla.Server.ChildDataPortalFactory

Public Member Functions

IChildDataPortal< T > GetPortal< T > ()
 Get a child 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 15 of file IChildDataPortalFactory.cs.

Member Function Documentation

◆ GetPortal< T >()

IChildDataPortal< T > Csla.IChildDataPortalFactory.GetPortal< T > ( )

Get a child data portal instance.

Template Parameters
TChild business object type

Implemented in Csla.Server.ChildDataPortalFactory.