Version

CustomCalculationFunction Class Members

The following tables list the members exposed by CustomCalculationFunction.

Public Constructors
 NameDescription
Public ConstructorCustomCalculationFunction ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyArgDescriptorsGets or sets the descriptions of each argument to the function.  
Public PropertyArgListGets or sets names of each argument to the function.  
Public PropertyCategoryGets or sets the category of the function. Used for formula editor UI to categorize functions.  
Public PropertyDescriptionGets or sets the description of the function. Used for formula editor UI.  
Public PropertyIsAlwaysDirtyIndicates whether the results of the function is always dirty. (Inherited from Infragistics.Calculations.Engine.CalculationFunction)
Public PropertyMaxArgsOverridden. Maximum number of arguments.  
Public PropertyMinArgsOverridden. Minimum number of arguments.  
Public PropertyNameFunction name used to reference the function in a formula. (Inherited from Infragistics.Calculations.CustomCalculationFunctionBase)
Public Methods
 NameDescription
Public MethodCanParameterBeEnumerableOverridden. Determines whether the parameter at the specified index will accept an enumerable reference.  
Public MethodPerformEvaluationEvaluates the function against the arguments on the number stack. (Inherited from Infragistics.Calculations.Engine.CalculationFunction)
See Also