[DomainObjects-Subversion] SF.net SVN: domainobjects:[471] branches/DomainObjectsToEF
Brought to you by:
rbeauchamp
|
From: <rbe...@us...> - 2010-10-22 04:56:56
|
Revision: 471
http://domainobjects.svn.sourceforge.net/domainobjects/?rev=471&view=rev
Author: rbeauchamp
Date: 2010-10-22 04:56:50 +0000 (Fri, 22 Oct 2010)
Log Message:
-----------
- Replacing null with Maybe to be explicit about when null is allowed as a parameter and as a return value.
Modified Paths:
--------------
branches/DomainObjectsToEF/DomainObjects.5.1.ReSharper
branches/DomainObjectsToEF/src/Core/DomainObjects/Cache/ObjectCache.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/Command/Parameter.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/CollectionRelationship.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IntersectionTable.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/ReferenceRelationship.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/RootClass.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/DbAccess/RowReader.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Facade/Domain/Collection.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Facade/Domain/FieldRelationship.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Facade/Domain/Reference.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Metadata/DescriptorRepository.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Metadata/FieldDescriptorReference.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Metadata/MetadataExtensions.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/ObjectAccess/ObjectValueAccessor.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/PersistenceBroker.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Proxy/InMemoryReferenceFacade.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Transaction/BindManager.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Transaction/BoundObjectSet.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Transaction/InstanceReorderingStrategy.cs
branches/DomainObjectsToEF/src/Core/DomainObjects/Transaction/TypeReorderingStrategy.cs
branches/DomainObjectsToEF/src/Extensions/DomainObjects/DbAccess/Command/SqlServer/ServerSideSequencerInsertCommandBuilder.cs
branches/DomainObjectsToEF/src/Test/DomainObjects.Test/Entity/QueryTests.cs
branches/DomainObjectsToEF/src/Test/DomainObjects.Test/TestFixture/EditDescriptorRepositoryTests.cs
branches/DomainObjectsToEF/src/Test/DomainObjects.Test/TestFixture/RepositoryFactoryTests.cs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|