OCLOperators CanExecuteAction
This page was created by Hans.karlsen on 2023-03-10. Last edited by Edgar on 2025-01-20.
This OCL Operator checks of if you can execute the action using the ExecuteAction operator.
selfVM.CanExecuteAction(nameofnesting,nameofaction):boolean
Arguments
nameofnesting
: String
Name of ViewModel Nesting.
nameofaction
: String
ActionName to check for.