IChangeTracking
See original GitHub issueAre you aware of this interface? Would be nice if you make the IsChanged
property work along with it.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
IChangeTracking Interface (System.ComponentModel)
Defines the mechanism for querying the object for changes and resetting of the changed status. public interface class IChangeTracking.
Read more >IRevertibleChangeTracking Interface
The IRevertibleChangeTracking extends IChangeTracking by adding support for rolling back the changes. Properties. IsChanged. Gets the object's changed status. ( ...
Read more >c# mvvm IEqualityComparer with IChangeTracking
Here is an alternative: In your models create an IsDirty property, which will be set to true if the Name, or Surname properties...
Read more >gotdotnetdeveloper/TrackableEntity: base class Entity ...
base class Entity where implement System.ComponentModel.IChangeTracking, IRevertibleChangeTracking, INotifyPropertyChanged, INotifyPropertyChanging.
Read more >Mediachase.BusinessFoundation.Data.IChangeTracking
Interface IChangeTracking. Defines the mechanism for querying the object for changes and resetting of the changed status.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@weitzhandler: doesn’t this work already?
Unfortunately I don’t speak IL, and currently don’t have the time to get into it. I’m gonna close this issue for now. If it bothers anyone, I’ll open up on demand / comments etc.
Thank you @SimonCropp for everything!