ValueExpressionParserTParse Method
Parses the expression with the provided parameter expression scope and optional typeRegistry.
Namespace: Gemstone.Expressions.ModelAssembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.172 -- Release Build+966c8422e74f90bc43997b098f8f7525356f58c8
function Parse(scope, typeRegistry, isCall);
Parameters
- scope ParameterExpression
- Parameter expression used to provide context to parsed instances.
- typeRegistry TypeRegistry (Optional)
-
Type registry to use when parsing IValueExpressionAttribute instances, or null
to use DefaultTypeRegistry.
- isCall Boolean (Optional)
- true if parsing an action; otherwise, false for a function.