IEngine Interface Members
In This Topic
The following tables list the members exposed by IEngine.
Public Properties
| Name | Description |
 | CultureInfo | Gets or sets the CultureInfo to use when parsing numbers and dates. |
 | CurrentIndex | Gets or sets the index of the entry from data source. |
 | DataSource | Gets or sets the object used as the data source. |
 | Expression | Gets or sets expression string. |
 | IsValid | Gets a value that indicates whether the expression is valid. |
Top
Public Methods
| Name | Description |
 | Evaluate | Gets a result of expression. |
 | GetErrors | Gets a enumerator of ErrorInfo objects. |
 | TryEvaluate | Gets a result of expression. A return value indicates whether the evaluate succeeded or failed. |
Top
See Also