| Library | Module | Frames | Expand |
| Property | ArgumentTypes | as IpfcRelationFunctionArguments [optional] |
| The types of arguments permitted by the relation function. Default is null, indicating that no arguments are permitted. | ||
| Property | EnableArgumentCheckMethod | as Boolean [optional] |
| Turn the method (using IpfcRelationFunctionListener.CheckArguments()) on/off. Default is false. | ||
| Property | EnableExpressionEvaluationMethod | as Boolean [optional] |
| Turn the method (using IpfcRelationFunctionListener.EvaluateFunction()) on/off. Default is true. | ||
| Property | EnableTypeChecking | as Boolean [optional] |
| Turn argument type checking (using IpfcRelationFunctionOptions.ArgumentTypes) on/off. Default is false. | ||
| Property | EnableValueAssignmentMethod | as Boolean [optional] |
| Turn IpfcRelationFunctionListener.AssignValue() on/off. Default is false. | ||
| Function | CCpfcRelationFunctionOptions.Create () as IpfcRelationFunctionOptions | |
| Create a IpfcRelationFunctionOptions object. | ||
| Property | ArgumentTypes | as IpfcRelationFunctionArguments [optional] |
|
The types of arguments permitted by the relation function. Default is null, indicating that no arguments are permitted. |
| Property | EnableArgumentCheckMethod | as Boolean [optional] |
|
Turn the method (using IpfcRelationFunctionListener.CheckArguments()) on/off. Default is false. |
| Property | EnableExpressionEvaluationMethod | as Boolean [optional] |
|
Turn the method (using IpfcRelationFunctionListener.EvaluateFunction()) on/off. Default is true. |
| Property | EnableTypeChecking | as Boolean [optional] |
|
Turn argument type checking (using IpfcRelationFunctionOptions.ArgumentTypes) on/off. Default is false. |
| Property | EnableValueAssignmentMethod | as Boolean [optional] |
|
Turn IpfcRelationFunctionListener.AssignValue() on/off. Default is false. |
| Function | CCpfcRelationFunctionOptions.Create | () as IpfcRelationFunctionOptions |
|
Create a IpfcRelationFunctionOptions object.
|