Thursday, April 20, 2006

 

Disecting CSLA 2.0 - PropertyHasChanged Combo

In CSLA 1.1 you need to call CheckRules() in your set property (if there are rules) and followed by MarkDirty(). With version 2.0, I only need to call PropertyHasChanged() and the CSLA 2.0 framework is responsible for calling the following:
However in cases you dont want to raise that a property has changed or you want to manually perform the validation rules check, you can still do the 1.1 way.

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?