Hi everybody,
We have also started using the CSLA framework in our object.
I would like to clarify one doubt.
Could anybody please tell me when we have to use MarkDirty(). I have seen in lot of URLs like it has implemented immediately after invoking BrokenRules.CheckRules(). Why are we doing this.
Jags:Do we need to call PropertyHasChanged() method in the property setters?
Jags:So MarkDirty() means, if the object has the change in its properties or values we need to set the object as dirty. It is not the case like if the object is invalid(failing a validation rule) we need to mark it as dirty.
Copyright (c) Marimer LLC