CalcEngine for .NET
C1.CalcEngine Namespace / C1CalcEngine Class
Properties Methods

In This Topic
    C1CalcEngine Class Members
    In This Topic

    The following tables list the members exposed by C1CalcEngine.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the CultureInfo to use when parsing numbers and dates.  
    Public PropertyGets or sets the index of the entry from data source.  
    Public PropertyGets or sets the object used as the data source.  
    Public PropertyGets or sets current IEngine.  
    Public PropertyGets the IEngineExtended object when the current IEngine implements it.  
    Public PropertyGets or sets expression string.  
    Public PropertyGets a value that indicates whether the expression is valid.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an alias for a field from DataSource.  
    Public MethodAdds a custom function.  
    Public Method  
    Public MethodGets a result of expression.  
    Public MethodGets a enumerator of ErrorInfo objects.  
    Public MethodGets a enumerator of ExpressionItem of the current context.  
    Public Method  
    Public MethodGets a result of expression. A return value indicates whether the evaluate succeeded or failed.  
    Top
    See Also