CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / IExpressionSyntax Interface
Properties Methods

In This Topic
    IExpressionSyntax Interface Members
    In This Topic

    The following tables list the members exposed by IExpressionSyntax.

    Public Properties
     NameDescription
     PropertyGets or sets a string that specifies special characters that are valid for identifiers.  
     Property  
    Top
    Public Methods
     NameDescription
     MethodAdds an C1.CalcEngine.ExpressionItem to the items collection.  
     MethodClear all items from the error collection.  
     MethodGets the field name from the data source.  
     MethodRegisters a constant that can be evaluated by expression engine  
     MethodRegisters the data source field names that can be evaluated by expression engine  
     MethodOverloaded. Registers a function that can be evaluated by expression engine.  
     MethodRegisters a token that can be evaluated by expression engine.  
     Method  
    Top
    See Also