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.Server.ChildDataPortalFactory Class Reference

Get an access to a Child data portal instance. More...

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

Public Member Functions

 ChildDataPortalFactory (IServiceProvider serviceProvider)
 Creates an instance of the type. More...
 
IChildDataPortal< T > GetPortal< T > ()
 Get a client-side data portal instance. More...
 

Detailed Description

Get an access to a Child data portal instance.

Definition at line 16 of file ChildDataPortalFactory.cs.

Constructor & Destructor Documentation

◆ ChildDataPortalFactory()

Csla.Server.ChildDataPortalFactory.ChildDataPortalFactory ( IServiceProvider  serviceProvider)

Creates an instance of the type.

Parameters
serviceProviderCurrent ServiceProvider

Definition at line 22 of file ChildDataPortalFactory.cs.

Member Function Documentation

◆ GetPortal< T >()

IChildDataPortal< T > Csla.Server.ChildDataPortalFactory.GetPortal< T > ( )

Get a client-side data portal instance.

Template Parameters
TRoot business object type

Implements Csla.IChildDataPortalFactory.

Definition at line 33 of file ChildDataPortalFactory.cs.