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.
IDataPortalFactory.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="IDataPortalFactory.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
IDataPortalFactory
16
{
21
IDataPortal<T>
GetPortal<T>
();
22
}
23
}
Csla.IDataPortalFactory
Defines a data portal service used to get an access to a client-side data portal instance.
Definition:
IDataPortalFactory.cs:16
Csla.IDataPortalFactory.GetPortal< T >
IDataPortal< T > GetPortal< T >()
Get a client-side data portal instance.
Csla.IDataPortal
Interface defining the members of the data portal type.
Definition:
IDataPortalT.cs:17
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2