[]
The function resolver.
public class FunctionResolver
Public Class FunctionResolver
| Name | Description |
|---|---|
| FunctionResolver() | Initializes a new instance of the FunctionResolver class. |
| Name | Description |
|---|---|
| Count | Get the number of custom functions in the model. |
| Name | Description |
|---|---|
| AddFunction(Function) | Adds a new user-defined custom function to the model for use in formulas. |
| ClearFunctions() | Removes all user-defined custom functions from the model. |
| Find(string) | Searches for custom functions whose names match the specified |
| GetFunction(string) | Gets a user-defined custom function from the model. |
| GetFunctionEnumerator() | Gets an IEnumerator that enumerates through the names of the custom functions in the model. |
| MarkAttached(Function) | Marks the specified function as attached to a resolver. |
| MatchIntelliSense(string, string) | Determines whether the specified text matches the given IntelliSense prefix using the matching rules defined by the calculation engine. |
| RemoveFunction(string) | Removes a user-defined custom function from the model. |
| Resolve(string) | Retrieves a custom function by its name. |