OperationParameter Type Commands (Template Language)
Commands for objects of OperationParameter type defined in Software Ideas Modeler Template Language.
Command Name | Result Type | Description |
---|---|---|
Name | String | Returns the name of the operation parameter. |
Type | String | Returns the type of the operation parameter. |
HasDefaultValue | Boolean | Returns true if the operation parameter has defined the default value. |
DocumentationLines | Enumeration | Enumerates all lines of the documentation for the operation parameter. The default variable used for the enumeration is DocumentationLine. |
New Comment