Method Name Node (.NET)
Use the method name node to view the list of all the methods parameters.
Double-click the method name node to expand it. The right pane displays the following information about the parameters:
Parameter Name. The name of the parameter.
Type. The data type of the parameter.
Direction. The direction of the parameter: in only, in and out, or out only.
Host Data Type. The COBOL or RPG data type that best describes the parameter type.
Array Size(s). The size and number of dimensions of the parameter, if it is an array.
Rows. The number of rows, if the parameter type is a data table.
Right-click the method name node to display the following seven options:
Add Parameter. Adds a new integer parameter to the method.
Cut. Copies the contents of the method to the Clipboard and marks it as deleted.
Copy. Copies the contents of the method to the Clipboard.
Paste. Inserts the parameter from the Clipboard into the current method definition.
Delete. Deletes the current method.
Rename. Renames the current method.
Properties. Displays the Properties window.