Object used to create methods
Field
Description
Title
Object Title
Method Name
Unique name to reference the method.
Return Type
The return type of the method.
Import Libraries
Add C# Libraries.
Global Method
If checked, the method will be accessible for all routines.
Add Parameters
Adds a parameter to the method.
Parameter Name
Identifier name for the parameter.
Type
Parameter Type (string, decimal, bool...)
Code
The code to be run whenever the method is called.
Last updated 2 years ago