Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A MethodSignature defines the parameters and return values for a method. The MethodSignature improves traceability while enhancing the ability for automation engines to execute a MethodDef's FormalExpression. A MethodSignature is a required element of every MethodDef. MethodSignature Parameters and ReturnValues are optional. An empty MethodSignature may be used to explicitly indicate that the method does not take any input parameters or return any values. Most Methods use one or more input parameters and return one or more values. MethodDefs associated with ItemRefs may only return a single value. MethodDefs associated with ItemGroupDefs ItemGroupRefs must return one value per ItemRef. 

...