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.
IChildDataPortalFactory.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="IChildDataPortalFactory.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Implements a data portal service</summary>
7
//-----------------------------------------------------------------------
8
namespace
Csla
9
{
15
public
interface
IChildDataPortalFactory
16
{
21
IChildDataPortal<T>
GetPortal<T>
();
22
}
23
}
Csla.IChildDataPortalFactory
Defines a data portal service used to get an access to a client-side data portal instance.
Definition:
IChildDataPortalFactory.cs:16
Csla.IChildDataPortalFactory.GetPortal< T >
IChildDataPortal< T > GetPortal< T >()
Get a child data portal instance.
Csla.IChildDataPortal
Interface defining the members of the child data portal type.
Definition:
IChildDataPortalT.cs:17
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2