This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
46212904ef797f398aba16cd3ed6f97c2745b77a
Umbraco-CMS
/
src
/
Umbraco.Core
/
Models
/
EntityBase
History
Shannon
46212904ef
Changes the SetPropertyValueAndDetectChanges to throw an exception if an Enumerable is passed in without using the overload the specifies an IEqualityComparer. Updates all entities that use this method with IEnumerables to specify the correct Equality comparer which now uses the new UnsortedSequenceEqual method. Added unit tests for new EnumerableExtensions and makes the ContainsAll work faster.
2015-03-05 17:08:58 +11:00
..
Entity.cs
Adds some methods to TracksChangesEntityBase to enable/disable change tracking and to reset the change tracking dictionaries, this is then used for DeepCloning so that change tracking is turned off for the cloning process.
2015-03-03 18:33:04 +11:00
IAggregateRoot.cs
…
ICanBeDirty.cs
…
IEntity.cs
adds initial commit of entity cloning
2014-02-20 22:34:54 +11:00
IRememberBeingDirty.cs
Properly exposes the IRememberBeingDirty.ResetDirtyProperties required method
2013-10-10 19:03:59 +11:00
IUmbracoEntity.cs
Removes all the unecessary casting to ICanBeDirty - not sure why we've had it like this for so long.
2014-10-21 11:43:58 +10:00
IValueObject.cs
…
TracksChangesEntityBase.cs
Changes the SetPropertyValueAndDetectChanges to throw an exception if an Enumerable is passed in without using the overload the specifies an IEqualityComparer. Updates all entities that use this method with IEnumerables to specify the correct Equality comparer which now uses the new UnsortedSequenceEqual method. Added unit tests for new EnumerableExtensions and makes the ContainsAll work faster.
2015-03-05 17:08:58 +11:00