Home > Data Modeler Dialog Boxes > Method Properties
This dialog box defines the properties of a method used to implement a structured data type.
General
Name: Name of the method.
Constructor: Controls whether a constructor is created for the method.
Overridden Method: The method that this method overrides (if any).
Return Value: NO RETURN if there is no return value, or the data type of the returned value.
Parameters
Lists the name and data type of each parameter for the method.
To add a parameter, click the Add (+) icon; to delete a parameter select it and click the Remove (X) icon; to move a parameter up or down in the list, select it and click the appropriate arrow.
Body
Code that implements the method.
Comments, Notes, Summary