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.
PublicForInterface.cs
Go to the documentation of this file.
1
using
Csla
.
Core
;
2
3
namespace
Csla.Analyzers.IntegrationTests
4
{
5
public
interface
PublicForInterface
6
:
IBusinessObject
7
{
8
[
Fetch
]
9
void
DataPortal_Fetch
();
10
}
11
}
Csla.Analyzers.IntegrationTests.PublicForInterface
Definition:
PublicForInterface.cs:7
Csla.Analyzers.IntegrationTests.PublicForInterface.DataPortal_Fetch
void DataPortal_Fetch()
Csla.Core.IBusinessObject
This is the core interface implemented by all CSLA .NET base classes.
Definition:
IBusinessObject.cs:15
Csla.Analyzers.IntegrationTests
Definition:
BusinessRuleCases.cs:5
Csla.Core
Definition:
AddedNewEventArgs.cs:11
Csla
Definition:
BusinessRuleCases.cs:5
Csla.DataPortalOperations.Fetch
@ Fetch
Fetch operation.
Generated by
1.9.2