/*optional*/ RelationFunctionArguments | |
Get method for attribute "ArgumentTypes" The types of arguments permitted by the relation function. Default isnull, indicating that no arguments are permitted. | |
/*optional*/ Boolean | |
Get method for attribute "EnableArgumentCheckMethod" Turn the method (usingRelationFunctionListener.CheckArguments(RelationOwner, String, ParamValues)) on/off. Default isfalse. | |
/*optional*/ Boolean | |
Get method for attribute "EnableExpressionEvaluationMethod" Turn the method (usingRelationFunctionListener.EvaluateFunction(RelationOwner, String, ParamValues)) on/off. Default istrue. | |
/*optional*/ Boolean | |
Get method for attribute "EnableTypeChecking" Turn argument type checking (usingRelationFunctionOptions.GetArgumentTypes(/*optional*/ RelationFunctionArguments)) on/off. Default isfalse. | |
/*optional*/ Boolean | |
Get method for attribute "EnableValueAssignmentMethod" TurnRelationFunctionListener.AssignValue(RelationOwner, String, ParamValues, ParamValue) on/off. Default isfalse. | |
void | |
Set method for attribute "ArgumentTypes" The types of arguments permitted by the relation function. Default isnull, indicating that no arguments are permitted. | |
void | SetEnableArgumentCheckMethod ( /*optional*/ Boolean value) |
Set method for attribute "EnableArgumentCheckMethod" Turn the method (usingRelationFunctionListener.CheckArguments(RelationOwner, String, ParamValues)) on/off. Default isfalse. | |
void | SetEnableExpressionEvaluationMethod ( /*optional*/ Boolean value) |
Set method for attribute "EnableExpressionEvaluationMethod" Turn the method (usingRelationFunctionListener.EvaluateFunction(RelationOwner, String, ParamValues)) on/off. Default istrue. | |
void | SetEnableTypeChecking ( /*optional*/ Boolean value) |
Set method for attribute "EnableTypeChecking" Turn argument type checking (usingRelationFunctionOptions.GetArgumentTypes(/*optional*/ RelationFunctionArguments)) on/off. Default isfalse. | |
void | SetEnableValueAssignmentMethod ( /*optional*/ Boolean value) |
Set method for attribute "EnableValueAssignmentMethod" TurnRelationFunctionListener.AssignValue(RelationOwner, String, ParamValues, ParamValue) on/off. Default isfalse. |
GetArgumentTypes | ||
/*optional*/ RelationFunctionArguments | GetArgumentTypes | () |
SetArgumentTypes | ||
void | SetArgumentTypes |
GetEnableTypeChecking | ||
/*optional*/ Boolean | GetEnableTypeChecking | () |
SetEnableTypeChecking | ||
void | SetEnableTypeChecking | ( /*optional*/ Boolean value) |
GetEnableArgumentCheckMethod | ||
/*optional*/ Boolean | GetEnableArgumentCheckMethod | () |
SetEnableArgumentCheckMethod | ||
void | SetEnableArgumentCheckMethod | ( /*optional*/ Boolean value) |
GetEnableExpressionEvaluationMethod | ||
/*optional*/ Boolean | GetEnableExpressionEvaluationMethod | () |
SetEnableExpressionEvaluationMethod | ||
void | SetEnableExpressionEvaluationMethod | ( /*optional*/ Boolean value) |
GetEnableValueAssignmentMethod | ||
/*optional*/ Boolean | GetEnableValueAssignmentMethod | () |
SetEnableValueAssignmentMethod | ||
void | SetEnableValueAssignmentMethod | ( /*optional*/ Boolean value) |