ICustomAggregateBrowsable Properties
Allows you to define a description of a custom aggregate function that appears in the Expression Editor, and validate the number of arguments and their type.
Name | Description |
---|---|
Description | Specifies the function description that appears in the Expression Editor. |
Max |
Returns the maximum number of operands (parameters) that this function can accept. |
Min |
Returns the minimum number of operands (parameters) that this function requires. |
Name |
When implemented by a custom aggregate function, specifies its name.
Inherited from ICustom |
See Also