MDrivenWiki
Log in

SelfVM.DirtyList

From MDrivenWiki
Revision as of 06:58, 25 April 2023 by Stephanie (talk | contribs)

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