ICustomFunctionDisplayAttributes Members
In This Article
#Properties
Name | Description |
---|---|
Category |
When implemented by a custom function, designates its functional category.
Inherited from ICustom |
Description |
When implemented by a custom function, returns its description.
Inherited from ICustom |
Display |
Specifies the operator’s caption. |
Image | Specifies the operator’s image. |
Max |
When implemented by a custom function, returns the maximum number of operands (parameters) this function can accept.
Inherited from ICustom |
Min |
When implemented by a custom function, returns the minimum number of operands (parameters) required by this function.
Inherited from ICustom |
Name |
When implemented by a custom function, specifies its name.
Inherited from ICustom |
#Methods
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).
Inherited from ICustom |
Is |
When implemented by a custom function, determines if a certain type can be passed as a specified operand.
Inherited from ICustom |
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