Checking Rules

Checking Rules

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


BuckeyeJeff posted on Thursday, December 18, 2008

I am having an issue when building an object, it checks rules at one point but not at another.

 

 Csla.Data.DataMapper.Map(Me.GLEventList.SelectedEvent, editBO, New String() {"IsEstimatedYesNo", "History"})


  Me.PopulateBOFromControls(editBO)

It checks rules after the DataMapper, but not after it updates the object from values in UI.  So, I keep getting rule failure, when it should not because it is done correctly in the populate method.

Copyright (c) Marimer LLC