All Tags »
MarkFieldAsModified PropertyChanged SetProperty Validation
Sorry, but there are no more tags available to filter with.
-
Hi all, I have a little doubt about the PropertyChanged event and the MarkFieldAsModified method. In the C# template of mygeneration are included only in the virtual properties of the generated class but not in the SetProperty method. There is a reason for that or it's only missed code?
Also I've added a custom validation (adapted from the CSLA ...