Whist building out the application with the job status and budget type found out that EF 4.1 doesn't support enum property mapping to database field. The properties just get ignored. To get around this, I had to add integer properties and wrap these in my enum properties.
Started having a look at the validation for the new job entry. I've been using IDataErrorInfo on the ViewModel to validate and report errors. This shows up on the screen as a red border around the control. I still need to find out how the mouse-over hint shows the error text. I also need to find out how I can integrate validation with the drag and drop functions. Because the user isn't entering data directly into the control, the same binding technique cannot be used.
No comments:
Post a Comment