ICustomFunctionOperatorBrowsable Methods
Contains descriptive information about a custom function for use in the Expression editor (category, description, number of parameters).
Name | Description |
---|---|
Evaluate |
When implemented by a custom function, evaluates it on the client.
Inherited from ICustom |
Is |
When implemented by a custom function, determines if it accepts a specified number of operands (parameters). |
Is |
When implemented by a custom function, determines if a certain type can be passed as a specified operand. |
Result |
When implemented by a custom function, determines its return value type based on the type of function operands (parameters).
Inherited from ICustom |
See Also