ValueExpressionParserTParse Method

Parses the expression with the provided parameter expression scope and optional typeRegistry.

Definition

Namespace: Gemstone.Expressions.Model
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.147 -- Release Build+f1cc3a74c8dc3e549f2044d7edf5624f78c81b52
public void Parse(
	ParameterExpression scope,
	TypeRegistry? typeRegistry = null,
	bool isCall = false
)

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.

See Also