boujnah5207 / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

EntityWithTypeId<T>.ID should be renamed to Id to match Entity.Id #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create class that inherits from EntityWithTypedId<T>
2. Compare with class that inherits from Entity

What is the expected output? What do you see instead?
Both should inherit a property Id.  EntityWithTypeId<T> class instead 
contains a property of ID making it a bit hard to change a class that 
inherits from one of these base classes to inherit the other instead.

What version of the product are you using? On what operating system?
Using the 1.0 beta package.

Please provide any additional information below.

Original issue reported on code.google.com by m0ck0bj...@gmail.com on 3 Mar 2009 at 8:09

GoogleCodeExporter commented 9 years ago
"ID" is obsolete and will be dropped on the next release in favor of the added 
Id.  
It only exists for temporary backward compatibility.

Original comment by wmccaffe...@gmail.com on 4 Mar 2009 at 5:39

GoogleCodeExporter commented 9 years ago
ID was dropped in rev. 374

Original comment by wmccaffe...@gmail.com on 7 Mar 2009 at 10:04