The following tables list the members exposed by CustomCalculationFunction.
Name | Description | |
---|---|---|
![]() | CustomCalculationFunction Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ArgDescriptors | Gets or sets the descriptions of each argument to the function. |
![]() | ArgList | Gets or sets names of each argument to the function. |
![]() | Category | Gets or sets the category of the function. Used for formula editor UI to categorize functions. |
![]() | Description | Gets or sets the description of the function. Used for formula editor UI. |
![]() | IsAlwaysDirty | Indicates whether the results of the function is always dirty. (Inherited from Infragistics.Calculations.Engine.CalculationFunction) |
![]() | MaxArgs | Overridden. Maximum number of arguments. |
![]() | MinArgs | Overridden. Minimum number of arguments. |
![]() | Name | Function name used to reference the function in a formula. (Inherited from Infragistics.Calculations.CustomCalculationFunctionBase) |
Name | Description | |
---|---|---|
![]() | CanParameterBeEnumerable | Overridden. Determines whether the parameter at the specified index will accept an enumerable reference. |
![]() | PerformEvaluation | Evaluates the function against the arguments on the number stack. (Inherited from Infragistics.Calculations.Engine.CalculationFunction) |