Include Method
Object used to create methods
Last updated
Object used to create methods
Last updated
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.