OCLOperators ViewModels
No edit summary
No edit summary
Line 4: Line 4:
  self.opendocumentreportshow(<classname>.ViewModels.<myviewmodelname>)
  self.opendocumentreportshow(<classname>.ViewModels.<myviewmodelname>)
A name change to a ViewModel will break this expression and show an error in the model validation.
A name change to a ViewModel will break this expression and show an error in the model validation.
[[Category:OCLOperators]]
[[Category:OCL General Operators]]
[[Category:OCL General Operators]]

Revision as of 07:43, 19 April 2023

This page was created by Alexandra on 2017-08-13. Last edited by Stephanie@mdriven.net on 2025-03-25.

A tuple with the ViewModels for this class as members.

For example, use it like this:

self.opendocumentreportshow(<classname>.ViewModels.<myviewmodelname>)

A name change to a ViewModel will break this expression and show an error in the model validation.