Version

BuiltInFunctionBase Class Members

The following tables list the members exposed by BuiltInFunctionBase.

Public Properties
 NameDescription
Public PropertyArgDescriptorsOverridden. Array list of argument descriptors  
Public PropertyArgListOverridden. Array list of argument names  
Public PropertyCategoryOverridden. Category description for the function displayed by the formula builder tool  
Public PropertyDescriptionOverridden. Summary description for the function displayed by the formula builder tool  
Public PropertyHelpURLOverridden. A URL to a help topic.  
Public PropertyIsAlwaysDirtyIndicates whether the results of the function is always dirty. (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
Public PropertyMaxArgsMaximum number of arguments required for the function (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
Public PropertyMinArgsMinimum number of arguments required for the function (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
Public PropertyNameFunction name used to reference the function in a formula (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
Public Methods
 NameDescription
Public MethodCanParameterBeEnumerableDetermines whether the parameter at the specified index will accept an enumerable reference. (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
Public MethodPerformEvaluationEvaluates the function against the arguments on the number stack. (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
Protected Methods
 NameDescription
Protected MethodEvaluateEvaluates the function against the arguments on the number stack. (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
Protected MethodGetArgumentsA helper method for extracting the Infragistics.Win.CalcEngine.UltraCalcValue instances from the stack. (Inherited from Infragistics.Win.CalcEngine.UltraCalcFunction)
See Also