🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
MDrivenStart Methods
This page was created by Hans.karlsen on 2020-07-06. Last edited by Stephanie on 2023-07-24.

Methods can be IsQuery=true - with the body as OCL, meaning no data changes can be performed.

Or, a Method can be IsQuery=false - meaning you can do action-language in the body and change data.

You can send in arguments to a method. A method signature takes this form:

 MyMethod(argument1:String;argument2:Double):String

Back One Back to Start Chat Updated!