CalcEngine for .NET
C1.CalcEngine Namespace / IEngine Interface
Properties Methods

In This Topic
    IEngine Interface Members
    In This Topic

    The following tables list the members exposed by IEngine.

    Public Properties
     NameDescription
     PropertyGets or sets the CultureInfo to use when parsing numbers and dates.  
     PropertyGets or sets the index of the entry from data source.  
     PropertyGets or sets the object used as the data source.  
     PropertyGets or sets expression string.  
     PropertyGets a value that indicates whether the expression is valid.  
    Top
    Public Methods
     NameDescription
     MethodGets a result of expression.  
     MethodGets a enumerator of ErrorInfo objects.  
     MethodGets a result of expression. A return value indicates whether the evaluate succeeded or failed.  
    Top
    See Also