Click or drag to resize

ValueExpressionParserTParse Method

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

Namespace: GSF.ComponentModel
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
Syntax
public void Parse(
	Expression scope,
	TypeRegistry typeRegistry = null,
	bool isCall = false
)
View Source

Parameters

scope  Expression
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