SelfVM.DirtyList
No edit summary
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The DirtyList attribute on the selfVM object till return all changed objects that will be saved if selfVM.Save is called.
<message>Write the content here to display this box</message>
The DirtyList attribute on the selfVM object will return all changed objects that will be saved if <code>selfVM.Save</code> is called.


User selfVM.DirtyList->DiscardChanges to revert all changes made to a viewmodel. See [[OCLOperators DiscardChanges]]
Use <code>selfVM.DirtyList->DiscardChanges</code> to revert all changes made to a ViewModel.  
[[Category:OCLOperators]]
 
'''See:''' [[Documentation:OCLOperators DiscardChanges|OCLOperators DiscardChanges]]
[[Category:OCL ViewModel Operators]]
{{Edited|July|12|2025}}

Latest revision as of 05:06, 5 February 2025

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 will return all changed objects that will be saved if selfVM.Save is called.

Use selfVM.DirtyList->DiscardChanges to revert all changes made to a ViewModel.

See: OCLOperators DiscardChanges