Library | Module

Interface IpfcRelationFunctionArgument



Description

Attributes of argument to be used in the custom relation function.



Property Summary

PropertyIsOptionalas Boolean [optional]
Specifies whether argument is optional, indicating that the argument does not always need to be suppiled in the relation. Optional arguments must come at the end of the argument list. Default is false.
PropertyTypeas IpfcParamValueType
Parameter value type of argument.



Method Summary

FunctionCCpfcRelationFunctionArgument.Create (Type as IpfcParamValueType) as IpfcRelationFunctionArgument
Create a relation function argument object.



Property Detail


PropertyIsOptionalas Boolean [optional]

Specifies whether argument is optional, indicating that the argument does not always need to be suppiled in the relation. Optional arguments must come at the end of the argument list. Default is false.




PropertyTypeas IpfcParamValueType

Parameter value type of argument.





Method Detail


FunctionCCpfcRelationFunctionArgument.Create (Type as IpfcParamValueType) as IpfcRelationFunctionArgument

Create a relation function argument object.
Parameters:
Type
Value type of argument.
Returns:
The new object.