FunctionArgument¶
Describes the arguments in a function as specified in the SDTL Function Library. Notes: 1. The argumentName property must always be present. 2. The argumentValue property is required, and it must be a single object. When the argumentValue is a list of items in the source language, the ValueListExpression or VariableListExpression should be used.
Properties¶
Name | Type | Description | |
---|---|---|---|
ArgumentName | string | 1..1 | The name of the parameter. |
ArgumentValue | ExpressionBase | 1..1 | The value of the parameter. |