OCLOperators canAccess
(Replacing message template with parser tag) |
(Updated Edited template to July 12, 2025.) |
||
Line 15: | Line 15: | ||
Keywords: ViewModel, access, security | Keywords: ViewModel, access, security | ||
[[Category:OCL General Operators]] | [[Category:OCL General Operators]] | ||
{{Edited|July|12| | {{Edited|July|12|2025}} |
Revision as of 05:56, 20 January 2025
This page was created by Hans.karlsen on 2017-10-05. Last edited by Stephanie on 2025-02-07.
The canAccess
operator is available on objects and checks if this object can access a supplied ViewModel based on the ViewModels Access Expression settings.
Template:
self.canAccess(<name of viewmodel as string>)
Example:
self.canAccess(User.ViewModels.UserSettings)
In the example above, we use the ViewModels operator to ensure that if the ViewModel name is changed, we get notified by the Designer.
See also:
Keywords: ViewModel, access, security