Метод | Описание | |
---|---|---|
Execute ( IScriptExpressionNameResolver nameResolver ) : object |
Executes a script expression.
|
|
Parse ( string expression ) : |
Parses text representing a script expression into a ScriptExpression instance.
|
Метод | Описание | |
---|---|---|
IsValidIdentifier ( string name ) : bool | ||
ParseExpression ( string expression, bool allowMethod ) : IValueExpression | ||
ParseMethodCall ( string expression ) : IValueExpression | ||
ParseParts ( string expression ) : string[] | ||
ParsePropertyAccess ( string expression ) : PropertyAccessExpression | ||
ScriptExpression ( string script, IValueExpression rhs ) : System | ||
ScriptExpression ( string script, IValueExpression rhs, IValueExpression lhs ) : System |
public Execute ( IScriptExpressionNameResolver nameResolver ) : object | ||
nameResolver | IScriptExpressionNameResolver | An object that can resolve names in the script expression to object instances. |
Результат | object |
public static Parse ( string expression ) : |
||
expression | string | The text to parse. |
Результат |