My favorites
|
Sign in
cslaptrackerfactory
Csla Object Factory sample
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r6
Source path:
svn
/
trunk
/
ProjectTrackerHybrid.Core
/
Framework
/
Factories
/
IBusinessBaseServerFactory.cs
1
2
3
4
5
6
7
8
9
10
11
12
using Csla;
namespace ProjectTracker.Library.Framework.Factories
{
public interface IBusinessBaseServerFactory<T>
{
T Create();
T Fetch();
T Fetch(CriteriaBase criteria);
T Update(T obj);
}
}
Show details
Hide details
Change log
r2
by rpkelley on Oct 19, 2008
Diff
[No log message]
Go to:
/trunk/Lib
/trunk/Lib/Castle.Core.dll
/trunk/Lib/Castle.Core.xml
/trunk/Lib/Castle.DynamicProxy2.dll
/trunk/Lib/Castle.DynamicProxy2.xml
/trunk/Lib/Csla.dll
...b/FluentNHibernate.Framework.dll
/trunk/Lib/FluentNHibernate.dll
/trunk/Lib/Iesi.Collections.dll
/trunk/Lib/Iesi.Collections.xml
/trunk/Lib/NAnt.Core.dll
/trunk/Lib/NHibernate.Linq.dll
/trunk/Lib/NHibernate.dll
/trunk/Lib/NHibernate.xml
/trunk/Lib/Rhino.Mocks.dll
/trunk/Lib/Rhino.Mocks.xml
...Lib/StructureMap.AutoMocking.dll
.../Lib/StructureMap.DataAccess.dll
...StructureMap.DeploymentTasks.dll
/trunk/Lib/StructureMap.dll
/trunk/Lib/StructureMapDoctor.exe
/trunk/Lib/System.Data.SQLite.DLL
/trunk/Lib/fit.dll
/trunk/Lib/log4net.dll
/trunk/Lib/log4net.xml
...Lib/nhibernate-configuration.xsd
/trunk/Lib/nhibernate-mapping.xsd
/trunk/Lib/nunit.core.dll
/trunk/Lib/nunit.framework.dll
/trunk/LocalTestRun.testrunconfig
/trunk/PTWin
/trunk/PTWin/App.config
/trunk/PTWin/LoginForm.Designer.cs
/trunk/PTWin/LoginForm.cs
/trunk/PTWin/LoginForm.resx
/trunk/PTWin/MainForm.Designer.cs
/trunk/PTWin/MainForm.cs
/trunk/PTWin/MainForm.resx
/trunk/PTWin/PTWin.csproj
/trunk/PTWin/Program.cs
...nk/PTWin/ProjectEdit.Designer.cs
/trunk/PTWin/ProjectEdit.cs
/trunk/PTWin/ProjectEdit.resx
.../PTWin/ProjectSelect.Designer.cs
/trunk/PTWin/ProjectSelect.cs
/trunk/PTWin/ProjectSelect.resx
/trunk/PTWin/Properties
...PTWin/Properties/AssemblyInfo.cs
/trunk/PTWin/Properties/DataSources
...r.Library.Admin.Roles.datasource
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 247 bytes, 12 lines
View raw file
Hosted by