The following tables list the members exposed by CustomCalculationFunctionBase.
Name | Description | |
---|---|---|
![]() | ArgDescriptors | Overridden. Gets descriptions of each argument to the function. |
![]() | ArgList | Overridden. Gets names of each argument to the function. |
![]() | Category | Overridden. Gets the category of the function. Used for formula editor UI to categorize functions. |
![]() | Description | Overridden. Gets 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 | Maximum number of arguments required for the function (Inherited from Infragistics.Calculations.Engine.CalculationFunction) |
![]() | MinArgs | Minimum number of arguments required for the function (Inherited from Infragistics.Calculations.Engine.CalculationFunction) |
![]() | Name | Overridden. Function name used to reference the function in a formula. |
Name | Description | |
---|---|---|
![]() | CanParameterBeEnumerable | Determines whether the parameter at the specified index will accept an enumerable reference. (Inherited from Infragistics.Calculations.Engine.CalculationFunction) |
![]() | PerformEvaluation | Evaluates the function against the arguments on the number stack. (Inherited from Infragistics.Calculations.Engine.CalculationFunction) |
Name | Description | |
---|---|---|
![]() | Evaluate | Evaluates the function against the arguments on the number stack. (Inherited from Infragistics.Calculations.Engine.CalculationFunction) |
![]() | GetArguments | A helper method for extracting the Infragistics.Calculations.Engine.CalculationValue instances from the stack. (Inherited from Infragistics.Calculations.Engine.CalculationFunction) |
![]() | SetArgDescriptions | Sets the value of the ArgDescriptors property. |
![]() | SetArgList | Sets the value of the ArgList property. |
![]() | SetCategory | Sets the value of the Category property. |
![]() | SetDescription | Sets the value of the Description property. |
![]() | SetName | Sets the value of the Name property. |