[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.FunctionResolver

FunctionResolver Class

The function resolver.

Inheritance
FunctionResolver
Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public class FunctionResolver
Public Class FunctionResolver

Constructors

Name Description
FunctionResolver()

Initializes a new instance of the FunctionResolver class.

Properties

Name Description
Count

Get the number of custom functions in the model.

Methods

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 prefix.

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.

See Also

IFunctionResolver