ICustomAggregateBrowsable Members
In This Article
#Properties
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 |
#Methods
Name | Description |
---|---|
Create |
An object that stores the result’s intermediate state between the Process |
Get |
Gets a custom aggregate function‘s result.
Inherited from ICustom |
Is |
Determines whether the specified number of operands is acceptable. |
Is |
Determines whether a function accepts an argument (operand) of the specified type. |
Process |
Is called to process every element of a collection supplied to a custom aggregate function.
Inherited from ICustom |
Result |
When implememnted by a custom aggregate function, determines its return value type based on the type of aggregate function parameters.
Inherited from ICustom |
See Also