ICustomFunctionOperator Members
The interface of Criteria Language custom function.Properties
Name | Description |
---|---|
Name | Returns the name of the custom function. |
Methods
Name | Description |
---|---|
Evaluate(Object[]) | Evaluates the custom function. |
ResultType(Type[]) | Defines value type by types of function operands (parameters). |
See Also