igor-tkachev / bltoolkit

Business Logic Toolkit for .NET
MIT License
297 stars 112 forks source link

TimeSpan property not dirty #368

Closed Ravenheart closed 9 years ago

Ravenheart commented 9 years ago

Greetings, there seems to be a problem with BLToolkit's EditableObject, if you have a TimeSpan property it DOES NOT get marked as dirty when you assign a new value (MyObject.TimeSpanProperty = new TimeSpan()).