SelfVM
No edit summary |
No edit summary |
||
(16 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<message>Write the content here to display this box</message> | |||
selfVM is a variable that is available within the context of a ViewModel. You will find these functions on the selfVM object: | selfVM is a variable that is available within the context of a ViewModel. You will find these functions on the selfVM object: | ||
* [[ | * [[Documentation:Efficient ViewModel fetch|ExecuteFetchHints]] | ||
* [https:// | * [https://learn.mdriven.net/index.php/SelfVM.Save Save] | ||
* [[OCLOperators ExecuteAction|ExecuteAction]] | * [[Documentation:OCLOperators ExecuteAction|ExecuteAction]] | ||
* [[OCLOperators CanExecuteAction|CanExecuteAction]] | * [[Documentation:OCLOperators CanExecuteAction|CanExecuteAction]] | ||
* [[OCLOperators Refresh|Search]] | * [[Documentation:OCLOperators Refresh|Search]] | ||
* [ | * [[Documentation:OCLOperators ImportTabSepData|ImportTabSepData]] | ||
* [[OCLOperators Refresh|Refresh]] | * [[Documentation:OCLOperators Refresh|Refresh]] | ||
* [[How to use the ExecutePS function in selfVM|ExecutePS]] | * [[Documentation:How to use the ExecutePS function in selfVM|ExecutePS]] | ||
* [[ | * [[Documentation:PSExpression , or how to do things in the DB from MDriven|PSExpression_Refresh]] | ||
* [[Documentation:OCLOperators RestGet|RestGet]] | * [[Documentation:OCLOperators RestGet|RestGet]] | ||
* [[Rest Post|RestPost]] | * [[Documentation:Rest Post|RestPost]] | ||
* [https://wiki.mdriven.net/index.php/Rest_Patch RestPatch] | * [https://wiki.mdriven.net/index.php/Rest_Patch RestPatch] | ||
* [https://wiki.mdriven.net/index.php/Rest_Put RestPut] | * [https://wiki.mdriven.net/index.php/Rest_Put RestPut] | ||
* [https://wiki.mdriven.net/index.php/Rest_Delete RestDelete] | * [https://wiki.mdriven.net/index.php/Rest_Delete RestDelete] | ||
* [ | * [[Documentation:OCLOperators RestDownload|RestDownload]] | ||
* [[Import xml and JSon with MDriven|JSonToObjects]] | * [[Documentation:Import xml and JSon with MDriven|JSonToObjects]] | ||
* [[Import xml and JSon with MDriven|XmlToObjects]] | * [[Documentation:Import xml and JSon with MDriven|XmlToObjects]] | ||
*[[OCLOperators XsltTransformXml|XsltTransformXml]] | *[[Documentation:OCLOperators XsltTransformXml|XsltTransformXml]] | ||
*[[OCLOperators XmlValidateWithSchemas|XmlValidateWithSchemas]] | *[[Documentation:OCLOperators XmlValidateWithSchemas|XmlValidateWithSchemas]] | ||
* [[OCLOperators ViewModelAsJSon|ViewModelAsJSon]] | * [[Documentation:OCLOperators ViewModelAsJSon|ViewModelAsJSon]] | ||
* [ | * [[Documentation:OCLOperators GetGridAsTabSepData|GetGridAsTabSepData]] | ||
* [[OCLOperators SuspectExternalUpdateInvalidate|SuspectExternalUpdateInvalidate]] | * [[Documentation:OCLOperators SuspectExternalUpdateInvalidate|SuspectExternalUpdateInvalidate]] | ||
* [[OCLOperators RunServerSideViewModelNow|RunServerSideViewModelNow]] | * [[Documentation:OCLOperators RunServerSideViewModelNow|RunServerSideViewModelNow]] | ||
* [[OCLOperators Navigate|Navigate]] | * [[Documentation:OCLOperators Navigate|Navigate]] | ||
* [[Documentation:ViewModelName|ViewModelName]] | * [[Documentation:ViewModelName|ViewModelName]] | ||
* [[SelfVM.DirtyList|DirtyList]] | * [[Documentation:SelfVM.DirtyList|DirtyList]] | ||
* [[Documentation:ListActions|ListActions]] | * [[Documentation:ListActions|ListActions]] | ||
* [[Documentation:Nestings|Nestings]] | * [[Documentation:Nestings|Nestings]] | ||
* [[OCLOperators ShowActionMenuForCurrentInNesting|ShowActionMenuForCurrentInNesting]] | * [[Documentation:OCLOperators ShowActionMenuForCurrentInNesting|ShowActionMenuForCurrentInNesting]] | ||
* [[ExecuteCurrentActionAgainOnce]] | * [[ExecuteCurrentActionAgainOnce]] | ||
* [[OCLOperators Styles|Styles]] | * [[Documentation:OCLOperators Styles|Styles]] | ||
* [[Documentation:SysDocBatch|SysDocBatchZip]] | * [[Documentation:SysDocBatch|SysDocBatchZip]] | ||
* Download | * Download(filename:string,blob) | ||
[[Category:View Model]] | [[Category:View Model]] | ||
[[Category:OCL ViewModel Operators]] | [[Category:OCL ViewModel Operators]] | ||
{{Edited|July|12| | {{Edited|July|12|2025}} |
Revision as of 05:10, 7 February 2025
This page was created by Hans.karlsen@mdriven.net on 2018-04-21. Last edited by Hans.karlsen@mdriven.net 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
- DirtyList
- ListActions
- Nestings
- ShowActionMenuForCurrentInNesting
- ExecuteCurrentActionAgainOnce
- Styles
- SysDocBatchZip
- Download(filename:string,blob)