[DomainObjects-Subversion] SF.net SVN: domainobjects: [177] trunk/DomainObjects2/fxcop
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2006-07-11 04:36:00
|
Revision: 177 Author: rbeauchamp Date: 2006-07-10 21:35:31 -0700 (Mon, 10 Jul 2006) ViewCVS: http://svn.sourceforge.net/domainobjects/?rev=177&view=rev Log Message: ----------- - Made the type reordering more efficient - Extracted the type reordering code into its own 'strategy' class. - Cleaned up the code. Modified Paths: -------------- trunk/DomainObjects2/fxcop/DomainObjects.FxCop trunk/DomainObjects2/src/Core/DomainObjects/Cache/ObjectCache.cs trunk/DomainObjects2/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Diagnostics/DatabaseAccessEvent.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Test/TransactionalTestFixture.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/Service.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Transaction/TransactionAttribute.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/DomainObjectGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/Metadata/Tool/Generator/RepositoryGenerator.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs trunk/DomainObjects2/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/AbstractProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/LazyLoadingObjectProxy.cs trunk/DomainObjects2/src/Core/DomainObjects/Sequence/SequenceManager.cs trunk/DomainObjects2/src/Core/DomainObjects/Sequence/SequenceManagerFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectMap.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/BoundObjectSet.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceState.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/PersistenceStateFactory.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewDelete.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewEdited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateNewUnedited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldDelete.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldEdited.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/States/StateOldUnedited.cs trunk/DomainObjects2/src/Core/DomainObjects.Core.dll.csproj trunk/DomainObjects2/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/MySqlDbModelUpdateStatement.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectTransactionTests.cs trunk/DomainObjects2/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs Added Paths: ----------- trunk/DomainObjects2/src/Core/DomainObjects/Transaction/PersistenceOperation.cs trunk/DomainObjects2/src/Core/DomainObjects/Transaction/TypeReorderingStrategy.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |