OCLOperators ViewModelName
(Created page with "Returns the name of a ViewModel. ViewModelName is available within the context of a ViewModel.<syntaxhighlight> selfVM.ViewModelName </syntaxhighlight> ==== See also: ==== * OCLOperator ViewModels<br />")
 
(Added Edited template with July 12, 2025.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Edited|July|12|2025}}
Returns the name of a ViewModel. ViewModelName is available within the context of a ViewModel.<syntaxhighlight>
Returns the name of a ViewModel. ViewModelName is available within the context of a ViewModel.<syntaxhighlight>
selfVM.ViewModelName
selfVM.ViewModelName
Line 6: Line 7:


* [[Documentation:OCLOperators ViewModels|OCLOperator ViewModels]]<br />
* [[Documentation:OCLOperators ViewModels|OCLOperator ViewModels]]<br />
[[Category:OCL ViewModel Operators]]

Latest revision as of 06:32, 20 January 2025

This page was created by Charles on 2024-09-21. Last edited by Edgar on 2025-01-20.

Returns the name of a ViewModel. ViewModelName is available within the context of a ViewModel.

selfVM.ViewModelName

See also: