ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Engine 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 object used as the data source.  
     PropertyGets or sets expression string.  
     PropertyGets a value that indicates whether the expression is valid.  
     PropertyGets or sets the object used as the context for evaluating an expression.  
    Top
    Public Methods
     NameDescription
     MethodAdded a alias for a field from DataSource.  
     MethodGets a result of expression.  
     MethodGets a list of ErrorInfo objects.  
     MethodGets a result of expression. A return value indicates whether the evaluate succeeded or failed.  
    Top
    See Also