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.
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
PublicOperation.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Csla.Analyzers.IntegrationTests
4
{
5
[
Serializable
]
6
public
sealed
class
PublicOperation
7
:
BusinessBase
<PublicOperation>
8
{
9
[
Fetch
]
10
public
void
DataPortal_Fetch
() { }
11
}
12
}
Csla.Analyzers.IntegrationTests.PublicOperation
Definition:
PublicOperation.cs:8
Csla.Analyzers.IntegrationTests.PublicOperation.DataPortal_Fetch
void DataPortal_Fetch()
Definition:
PublicOperation.cs:10
Csla.BusinessBase
This is the base class from which most business objects will be derived.
Definition:
BusinessBase.cs:38
Csla.Analyzers.IntegrationTests
Definition:
BusinessRuleCases.cs:5
Csla.TransactionIsolationLevel.Serializable
@ Serializable
Prevents updating or inserting until the transaction is complete.
Csla.DataPortalOperations.Fetch
@ Fetch
Fetch operation.
Generated by
1.9.2