SelfVM
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
* ListActions | * ListActions | ||
* Nestings | * Nestings | ||
* ShowActionMenuForCurrentInNesting | * [[OCLOperators ShowActionMenuForCurrentInNesting|ShowActionMenuForCurrentInNesting]] | ||
[[Category:View Model]] | [[Category:View Model]] | ||
[[Category:OCL ViewModel Operators]] | [[Category:OCL ViewModel Operators]] |
Revision as of 17:01, 21 July 2023
This page was created by Hans.karlsen on 2018-04-21. Last edited by Hans.karlsen on 2025-03-31.
selfVM is a variable that is available within the context of a ViewModel. You will find these functions on the selfVM object:
- ExecuteFetchHints
- Save
- ExecuteAction
- CanExecuteAction
- Search
- ImportTabSepData
- Refresh
- ExecutePS
- PSExpression_Refresh
- RestGet
- RestPost
- RestPatch
- RestPut
- RestDelete
- RestDownload
- JSonToObjects
- XmlToObjects
- XsltTransformXml
- XmlValidateWithSchemas
- ViewModelAsJSon
- GetGridAsTabSepData
- SuspectExternalUpdateInvalidate
- RunServerSideViewModelNow
- Navigate
- ViewModelName - returns the name of the current ViewModel
- DirtyList
- ListActions
- Nestings
- ShowActionMenuForCurrentInNesting