Minor corrections in CSLA and ProjectTracker

Minor corrections in CSLA and ProjectTracker

Old forum URL: forums.lhotka.net/forums/t/7165.aspx


Vinodonly posted on Thursday, June 25, 2009

In CSLA.Core.BusinessBase, Load properties comments are saying at top that PropertyChanged is called and at bottom it is saying No call to PropertyChanged is made. Pls chk that..

In ProjectTracker->Project BO.

Following line can be changed from

ValidationRules.AddRule;(StartDateGTEndDate, StartedProperty);

To

ValidationRules.AddRule(StartDateGTEndDate, StartedProperty);

Sorry, the tags are not being shown here.. what i mean is the that project type can only by passed once after AddRule..

RockfordLhotka replied on Thursday, June 25, 2009

Added the issues to the bug tracker.

Copyright (c) Marimer LLC