cygnusxi / hfm-net

Automatically exported from code.google.com/p/hfm-net
2 stars 0 forks source link

Load and Save data to and from IPreferenceSet in Preferences Data Models. #231

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Load and Save data to and from IPreferenceSet in Preferences Data Models.  
Currently the models work directly off the IPreferenceSet, this yields an 
undesired effect of the data being updated before the user clicks the OK button 
on the Preferences Dialog.  Clicking Cancel will revert the data properly, but 
it should not be updating in the IPreferenceSet until the user clicks OK.

Last Build Tested:

- 0.6.0.240

Original issue reported on code.google.com by harlam357 on 12 Oct 2010 at 11:18

GoogleCodeExporter commented 8 years ago
Use AutoMapper...

Original comment by harlam357 on 21 Mar 2011 at 12:08

GoogleCodeExporter commented 8 years ago
Upon further inspection AutoMapper was not the answer... just wrote the mapping 
code manually.

Marked Fixed for Revision 341.

Original comment by harlam357 on 21 Mar 2011 at 4:14