SelfVM.DirtyList
(Created page with "The DirtyList attribute on the selfVM object till return all changed objects that will be saved if selfVM.Save is called. User selfVM.DirtyList->DiscardChanges to revert all...")
 
No edit summary
Line 2: Line 2:


User selfVM.DirtyList->DiscardChanges to revert all changes made to a viewmodel. See [[OCLOperators DiscardChanges]]
User selfVM.DirtyList->DiscardChanges to revert all changes made to a viewmodel. See [[OCLOperators DiscardChanges]]
[[Category:OCLOperators]]

Revision as of 09:44, 16 December 2022

This page was created by Lars.olofsson@mdriven.net on 2022-04-10. Last edited by Stephanie@mdriven.net on 2025-02-05.

The DirtyList attribute on the selfVM object till return all changed objects that will be saved if selfVM.Save is called.

User selfVM.DirtyList->DiscardChanges to revert all changes made to a viewmodel. See OCLOperators DiscardChanges