Updated for Equals errata fixes. |
|
More...
|
over 19 years ago
|
Add Danish resource file thanks to Henrik Laursen (SoftInvent). |
|
More...
|
almost 20 years ago
|
Use new version of Spanish resources compliments of Elias Lopez Gutierrez. |
|
More...
|
almost 20 years ago
|
Added a multi child add/cancel test |
|
More...
|
almost 20 years ago
|
Added date tests. |
|
More...
|
almost 20 years ago
|
Fix the Add and Subtract methods in SmartDate. |
|
More...
|
almost 20 years ago
|
Fix the Add and Subtract methods and the Equals method in SmartDate and add corresponding unit tests. |
|
More...
|
almost 20 years ago
|
Fixed an incorrect resource string in the Save method. |
|
More...
|
almost 20 years ago
|
Fix the + and - operators and the Equals method in SmartDate and add corresponding unit tests. |
|
More...
|
almost 20 years ago
|
Make the private _dataReader variable be protected to allow extension of the class. |
|
More...
|
almost 20 years ago
|
(cleanup) Remove mIndex instance and replace with local index variables throughout code. |
|
More...
|
almost 20 years ago
|
Use lock server |
|
More...
|
almost 20 years ago
|
Revise event declaration code to handle serialzable/non-serializable objects, public/private methods and Shared/static methods. |
|
More...
|
almost 20 years ago
|
Added reference to System.EnterpriseServices.dll |
|
More...
|
almost 20 years ago
|
Added tests for equality. |
|
More...
|
almost 20 years ago
|
Add test for serialization behaviors |
|
More...
|
almost 20 years ago
|
Make new BindableCollectionBase implementation check for null values from an event handler. |
|
More...
|
almost 20 years ago
|
Make new BindableBase implementation check for null values from an event handler. |
|
More...
|
almost 20 years ago
|
Add docs to cvs |
|
More...
|
almost 20 years ago
|
Add context handling code to Create, Fetch, Update and Delete methods. |
|
More...
|
almost 20 years ago
|
Sync tests with VB version and fix some exception handling bugs found in the process. |
|
More...
|
almost 20 years ago
|
Text formatting |
|
More...
|
almost 20 years ago
|
Fixed GetChar method |
|
More...
|
almost 20 years ago
|
Mark IsChild as protected internal. |
|
More...
|
almost 20 years ago
|
Mark _isChild as NotUndoable, and check ActivelySorting in the insert, remove and clear collection events. |
|
More...
|
almost 20 years ago
|
Mark mIsChild as NotUndoable |
|
More...
|
almost 20 years ago
|
Added a new basic collection test using Equals and the Remove->RemoveAt change in BusinessCollectionBase. |
|
More...
|
almost 20 years ago
|
Change all calls to .Remove() to .RemoveAt() if an index is available. This should avoid ambiguous removal of elements from deletedCollection. |
|
More...
|
almost 20 years ago
|
Use manual event declaration rather than [field: NonSerialized] to declare events. |
|
More...
|
almost 20 years ago
|
Change all calls to .Remove() to .RemoveAt() if an index is available. This should avoid ambiguous removal of elements from deletedCollection. |
|
More...
|
almost 20 years ago
|