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
FakePersonEmailAddresses.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
using
Csla
.
Server
;
5
6
namespace
Csla.Blazor.Test.Fakes
7
{
8
public
class
FakePersonEmailAddresses
:
BusinessListBase
<FakePersonEmailAddresses, FakePersonEmailAddress>
9
{
10
}
11
}
Csla.Blazor.Test.Fakes.FakePersonEmailAddresses
Definition:
FakePersonEmailAddresses.cs:9
Csla.BusinessListBase
This is the base class from which most business collections or lists will be derived.
Definition:
BusinessListBase.cs:42
Csla.Blazor.Test.Fakes
Definition:
FakePerson.cs:8
Csla.Server
Definition:
HttpPortal.cs:22
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2