Sorry, but there are no more tags available to filter with.
-
I'll add this to the bug list.
-
IEditableObject requires that the implementor (CSLA) take a snapshot of the object state when BeginEdit is called, so it can revert to that snapshot when CancelEdit is called. That is what n-level undo does, so CSLA uses its n-level undo behavior to implement IEditableObject. Actual n-level undo is never...