Megadocs 0.0.1
All of megapop's internal libraries
|
Public Member Functions | |
ExtendedExpression (string expression) | |
![]() | |
Expression (string expression) | |
Expression (string expression, EvaluateOptions options) | |
Expression (LogicalExpression expression) | |
Expression (LogicalExpression expression, EvaluateOptions options) | |
bool | HasErrors () |
Pre-compiles the expression in order to check syntax errors. If errors are detected, the Error property contains the message. More... | |
object | Evaluate () |
Additional Inherited Members | |
![]() | |
static LogicalExpression | Compile (string expression, bool nocache) |
![]() | |
string | OriginalExpression |
Textual representation of the expression to evaluate. More... | |
Dictionary< string, IEnumerator > | ParameterEnumerators |
Dictionary< string, object > | ParametersBackup |
![]() | |
EvaluateOptions | Options [get, set] |
static bool | CacheEnabled [get, set] |
string | Error [get] |
LogicalExpression | ParsedExpression [get] |
Dictionary< string, object > | Parameters [get, set] |
![]() | |
EvaluateFunctionHandler | EvaluateFunction |
EvaluateParameterHandler | EvaluateParameter |
|
inline |