C1.CalcEngine.ExpressionEngine Namespace / ExpressionEngine Class
Properties Methods

ExpressionEngine Class Members

The following tables list the members exposed by ExpressionEngine.

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 the 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 an error to the error collection.  
Public MethodAdds a custom function.  
Public MethodGets a result of expression.  
Public MethodGets a enumerator of C1.CalcEngine.ErrorInfo objects.  
Public MethodGets a enumerator of C1.CalcEngine.ExpressionItem of the current context.  
Public MethodGets the data source field names.  
Public MethodGets a count of data source items.  
Public MethodGets a value from data source.  
Public Method  
Public MethodGets a result of expression. A return value indicates whether the evaluate succeeded or failed.  
Top
See Also